Hello,
You can change “Main Color” in Theme Options > Styling > Content.
Feel free to ask if you have any other questions.
Regards
Hello,
Use the custom to change the links for the post titles (Theme Options > Styling > Custom CSS)
a:hover {
color: #0162b2;
}
Also, remove the custom CSS from the home page to change the red color to default from settings http://prntscr.com/keb448
Regards
Thank you, but the hover option only changes the color when mouse is over the link. I’d like to have the links blue and underlined (old style 🙂 ) so they are obvious to the visitor. This is very important for posts, because they are mostly advices and tutorials.
Found this in the CCS:
a {
text-decoration: underline;
cursor: pointer;
color: #0162b2;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
…but it changes every link to underlined, including headings.
Hello,
Do you want to change the style of the links in the post content? Then use the following custom
.content-article a {
color: #0162b2;
text-decoration: underline;
}
.content-article a:hover {
color: #1e1e1e;
}
Because menu, product title, categories, brands – all these elements are also links and you can’t change the links decoration using global a tag.
Regards
Hello,
I passed your request about links color to our developers. Custom CSS won’t disappear after theme update.
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
adb2cf8c-15ed-4d7a-a406-790658a81a6c | 03 Dec 2019 |