ZUKI theme color changes
-
hi
is there a way to change via CSS the colors of:1- blog title before and while hovering?
2- posts titles before and while hovering?
3- top menu before and while hovering?
4- widgets titles on the front page?kind regards
I’m using ZUKI theme
The blog I need help with is: (visible only to logged in users)
-
Hi Saleem,
Give this a try:
1- blog title before and while hovering?
h1.entry-title a, h3.entry-title a { color: #0085be; } h1.entry-title a:hover, h3.entry-title a:hover { color: #339cca; }2- posts titles before and while hovering?
Can you be more specific about what you're considering a blog title and which are post titles?3- top menu before and while hovering?
#site-nav ul li a { color: #0085be; } #site-nav ul li a:hover { color: #339cca; }4- widgets titles on the front page?
.widget h3.widget-title { color: #0085be; } -
Hi
thanks for the help
2- i meant the titles of which you gave me the codes in number 1
so what i really need now is number one, which is the website title: Saleem Albeik Notebook.and number 3 did not work.
thanks again
regards -
Hi, for the site title, you can use the following and edit the color codes as desired.
#site-header h1 a { color: #cc0000; } #site-header h1 a:hover { color: #0000ff; }For the navigation, add this and then edit as desired.
#header-top-nav a { color: #0000ff; } #header-top-nav a:hover { color: #cc0000; } -
-
- The topic ‘ZUKI theme color changes’ is closed to new replies.