Hi there. It’d be easier for us to help you if you post a link to your website.
karlagjini.com
so is it possible that this is happening because I used the customizer in the parent theme a lot before making the child theme?
this is what I copied and pasted into the child theme style.css but it doesn’t seem to have done anything.
}
a,
a:hover {
color: #720300;
}
}
.main-navigation a:hover {
color: #720300;
}
}
.nav-next a:hover,
.nav-previous a:hover {
color: #720300;
}
}
.site-description {
margin: 30px 0 0;
font-size: 18px;
color: #767676;
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
}
Hi Karla,
If you want to change hover color throughout the theme, you can add following custom CSS using Advanced CSS Editor.
a:hover{
color: #bee;
text-decoration: none;
}
Change HEX code according to your needs. Let me know if you want to target a specific element, the menu links for an instance. Hope it helps.
P.s. – text-decoration: none will remove the underline. Let me know if this is not what you were aiming for and I’d be glad to help š
Do I have to do this using the plugin? For some reason I was under the impression it was better to edit the css in the style.css sheet of the child theme. But I will try this thank you!!! What about changing the font of the site description, as what I entered above didn’t do anything either.
Thank you so much.
Hey there,
While you can indeed add the CSS to your child theme;s stylesheet, it is much easier to use the plugin. Besides it’s made by us and is totally safe to use. And can you tell me a bit more about what exactly you are trying to achieve with site description? If you wanted to change it’s color too, you can achieve that by adding following CSS:
.site-description{
color: #bee;
}
Hope it helps!
oops never mind i got it, i think!
Thank you for your help š
this is so complicated/fun/new all at the same time! I will probably be back wit hmore questions later š
Hey there,
Glad I could be of help š If you are satisfied with our products and support, please leave us a kind review here. Thanks!
Can someone help in my blog http://listentoyouropinion.com have category in my posts but I dont see my categorys, please help.
Hi @yaroslav48,
Please create a separate thread for your issue.
Best regards,
Uriahs
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support