Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have two content types (PPL Fields & Production), I have created a Entity Reference Field(using Entity Reference View to get filtered list of PPL Fields) in Production.
I'm experiencing some weirdness when viewing pages from admin. The admin menustrip, which can be viewed either horizontally or vertical blocks display of my theme's header. The theme display fine when logged out. Is there an option to prevent the menustrip blocking the top portion of my themes?
We have a custom theme that is being used by over 100 sub-sites for one University. ONE of the sub-sites would love to have me change the color of their linked content from red to blue. I can't change this in the actual theme for them because it will affect all the sites. I tried adding a simple a {color:blue;} to the inline CSS box in Advanced Options but apparently its not as simple as that. They have linked text in <p>, <h2>, <h3>, <h4>, <h5> and <h6>. I would love some advice on what step to take to get this change to happen.