How to edit action bar
Hey!
I wanted to edit the action bar and found some helpful code in a previous discussion. I'll share the code below. My problem is only that there is some extra space under the action bar that I want gone.
Website: wordpress.supernorden.se
Code:
#Action_bar { font-size: 28px !important; }
#Action_bar .contact_details li { color: #FFFFFF!important; }
#Action_bar .contact_details li a { color: #FFFFFF !important; }
#Action_bar .contact_details{
float:unset !important;
text-align: center !important; }
I'm thankful for any help I can get :)
Comments
Hello,
To the first line of your code, you can add a height attribute. It should look like this:
Thanks
Brilliant. Thank you so much.