How set color for the title's hover in the category template?

Posted in: Newspaper
Post count: 41

Hello

In the category templates the hover color of the title use ‘THEME ACCENT COLOR’ by default. How can I change that color that applies only to the category templates?

Best regards
Joseph

Post count: 18283

Hello !

That can be achieved using a custom CSS code. Pleae provide a link to your website and point out what accent colors you want us to modify and we will gladly help !

Thank you !

Post count: 41

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

http://prntscr.com/ofi9hc

Best regards
Joseph

Post count: 18283

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 !

Post count: 41

This option is when use block or grids in custom pages. How apply this option in template of page categories (as example link)? In Categroy global settings not found option.

Best regards
Joseph

Post count: 18283

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 !

Post count: 41

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

Post count: 35449

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!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.