Archived topic
Add icon over the header, change color widget, change color button and read more
1 reply · Started by Former User on February 20, 2019
Hi,
After install the site preview marketer i cant add the logo of my site over the header.
I also would like to change the color of the widget of the best product, the color of the button to go to the top of the page and the colour the button "read more".
Thanks!
Hi there,
the Site Header has been disabled. Go to Appearance > Elements and look for the Layout Element where the Site Header has been disabled and delete that Element. This will give you the site header back.
The read more uses the colors set in Customizer > Colors > Button.
The back to top button used the colors set in Customiser > Colors > Footer --> Back to Top
To change the sidebar top widget color go to Customizer > Additional CSS and edit this:
.sidebar .widget:first-child {
background-color: #e86000; /* Change this color */
color: #fff;
}