Review Stars Colors in Category Template and other Color Issues

Posted in: Newspaper
Post count: 30

Dear TagDiv Team,

I’m working on a brand new layout for my movie magazine, based on Style Pro cloud templates. Results are amazing, I hope to launch the new version soon and working on cloud templates allowed me to leave the website online without importing a full new Demo Style overwriting the News Magazine style.

But I found some color issues, I hope you can help me with these:

1) CATEGORY GRID 1 doesn’t allow me to choose Review Stars Color in Style Tab, so in Layout Tab I can choose to show Review Stars, but then I cannot change colors in Style Tab, and actually they are black so they are invisible. That is quite annoying.

2) FLEX BLOCK 2: The same – no possibility to choose Review Stars color after you select to show them – happens in FLEX BLOCK 2. They are actually white, so at least I can see them, anyway I want them blue for the whole website so it represents an issue.

Please find enclosed some screenshots about the missing Review Star color option in CATEGORY GRID 1 and FLEX BLOCK 2:

https://ibb.co/ccT0b2g
https://ibb.co/JzkSdcJ

Waiting your courteous reply,
Best Regards,
Marco

  • This topic was modified 6 years by marclaude.
Post count: 30

Sorry, I forgot, also in POSTS LOOP I can choose to show Review Stars but I cannot change color of them because the relative option is missing in Style tab.

Waiting your courteous reply,
Best Regards,
Marco

  • This reply was modified 6 years by marclaude.
Post count: 35449

Hi,

1. Unfortunately in category template there is no option to select the color for reviews, sorry, this can be done only with custom css -> https://i.imgur.com/aiYXs4b.jpg -> .tdb_module_cat_grid_1 .td-icon-star{
color: #fef;
}

The code need to be set in theme panel> custom code> custom css.

2. Indeed this option is only on flex block 1, if you want to have the same color for reviews stars you can use this custom css
.td-icon-star{
color: blue;
}

This code should apply for all elements.

Hope this will help you!
Thank you!

Post count: 30

Thank you Calin, have a nice weekend!

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