Coloring
-
Hello,
Is it possible to color these elements the same blue as the search engine located at the top left?
– Social Media Icons (Top Right)
– The main menu items (À propos, Medias …)Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi, for the social icons, add this to your custom CSS.
.social-navigation a::before { color: #00b4ff; }and for the menu items, this.
.main-navigation a { color: #00b4ff; } -
-
- The topic ‘Coloring’ is closed to new replies.