This is the page example:
https://demo.tagdiv.com/newspaper/category/template-style-6/
Current color in hover title is #4db2ec
color that I want: #005a15
Best regards
Joseph
Hello !
Sorry for missunderstanding your issue !
That can be achieved by editing the blocks active color using the tagDiv Composer as you can see here: https://www.screencast.com/t/jYyV0MMSWWM8
I hope this was helpfull !
Thank you !
Hello !
Please try this CSS and let me know how it works:
.td-page-content a:hover, .td-post-content a:hover, .wpb_text_column a:hover, .td_block_text_with_title a:hover, .woocommerce #tab-description a:hover, .mce-content-body a:hover {
color: red;
text-decoration: underline;
}
https://www.screencast.com/t/4MuSkRdVgJ
Thank you !
That CSS does not work.
The category page uses the ‘Style 1’ template.
http://prntscr.com/oh03s4
Where do I change the options of the block that use the ‘Style 1’ template (for category pages) to apply the ‘accent hover color’ to title as you suggest in this link?
https://www.screencast.com/t/jYyV0MMSWWM8
That is what I want. You change the accent color in the category pages.
Best regards
Joseph
Hi,
So if i understand correctly you want that the title of post from the category page to have a different accent color, if is so then you can achieve this in two ways:
1. Using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ if you need help with this, Please provide me a link to your category page and I will gladly provide a custom css for you.
This is an example code
.category .td_module_wrap:hover .td-module-title a{
color: red;
}
2. You can use a category template from tagDiv Cloud Library and customize it using the tagDiv Composer .
Thank you!