Hi,
In css/custom.css I can change the background-colour white on top-bar in the center part behind the email-address and the social media icons.
How can I change the white colour to the left and to the right next to this on top-bar only, without changing the whole body colour! So that everything on top-bar that is white now, will be changed in another colour.
Best regards,
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
View History
In css/custom.css I can change the background-colour white on top-bar in the center part behind the email-address and the social media icons.
How can I change the white colour to the left and to the right next to this on top-bar only, without changing the whole body colour! So that everything on top-bar that is white now, will be changed in another colour.
Best regards,
Can you send me your site URL? So, I can help.
View History
You can find the site URL in "my purchased item".
Many thanks for your help in advance.
Best regards,
Thank you for your info.
You just go to Template Settings, open tab 'Custom Code" and add more CSS as below for "Custom CSS code" field
#sp-top-bar {
background: #e9e4e0;
}
Save and recheck.
You also can change #e9e4e0 to another color you want.