Customising Call to Action Objects
- The topic ‘Customising Call to Action Objects’ is closed to new replies.
Need help? Check out our Support site, then
Hello could you help me with 2 queries
1. Changing colour of custom notice banner with site description
2. Hiding the ‘BLOG’ call to action button (managed it for the portfolio one but not this one).
Many thanks
The blog I need help with is: (visible only to logged in users)
Hi there,
1) I am not sure what you meant, would you mind explain, please?
To change site header color use this:
.site-header {
background-color: #0a0a0a;
}
2) Please use following CSS via Customizer.
#front-page-blog .banner a {
display: none;
}