How do I remove the site slogan white rectangular bar in Acquia Slate
Hello to all:
Can someone please exxpalin to me in simple laymaan's language how to remove the site slogan white rectangular bar in Acquia Slate theme.
Please see attached.
Thanks in anticipation of an quick response.
Regards
O
| Attachment | Size |
|---|---|
| Slogan bar.png | 181.28 KB |
Groups:
Login to post comments
what you need to do in layman's terms
I usually get alot of help from the mozilla browser. By highligting the slogan in mozilla and right clicking "view selection source", you can determine what attributes are being used in css to make the white rectangular bar that you want to remove (look before the text for a
<
div> statement- look for its class= value
Then go to the css file that is included with the acqia theme. control-f to search and paste the class name you found in the view source above... Once located in the style sheet, you can change the background color of the site slogan bar.
I hope this gets you a little closer!
Thanks for the information
Thank you very much for the quick response.
I will try your methodology and hopefully it should work
O
Site Slogan
If you are wanting to turn off the site slogan all together, you can do that on the theme config page under Admin->Site Building->Themes. If you want to overload the style settings for that box, you should do that by creating a file called "local.css" and putting your mods in there. If you change the base "style.css" it could get overwritten when theme updates are released.
If you are having trouble finding which CSS element to work with, try using the Web Developer toolbar in Firefox. I use the Information->Display Element Information option frequently.