Category box on Search Result Page

Posted in: Newspaper
Post count: 76

Hi Bogdan,

link:http://www.sansan-bizconnect.com.sg/?s=search

Can you provide me the CSS code to make the category title box in these respective colours on the search results page?

Desired colour codes
Explore: #59b1ff
Expand: #214572
Excel: #666666

Thanks!

Post count: 22421

Hello,
Please use this custom css:

.td_module_1 a[href*=excel]{
background-color: #666666!important;
}
.td_module_1 a[href*=explore]{
background-color: #59b1ff!important;
}
.td_module_1 a[href*=expand]{
background-color: #214572!important;
}

Thank you!

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