1. At the top of the category page, all category names are displayed and also showing the symbol of more.
http://screencast.com/t/sa6oIALXMI
I want it to displyed only the selected category and its sub categories.
2. Whether the category title Background color can be changed? If then how?
3. How to change the color of the text (Post Title) on slide?
http://screencast.com/t/KG6sYfMdb
Thanks a lot for all your help
Hello srampia,
1)Please notice that by default, the theme will display all the sub-categories tag for that category. For example, you can look at this -> http://screencast.com/t/R5CIlzJv4M -> http://screencast.com/t/AZGCfrJry5r
2)If you want to change the background-color for your category tag, please notice that you can only do this with a bit of CSS code. Try the code below and place it in Theme panel->Cusotm CSS area.
The code is ->
.td-category a {
background-color:green;
}
3)Use the code below ->
.td-big-grid-wrapper .td-module-title a{
color:green;
}
.td-module-title a{
color:green;
}
If is not what you mean, please provide more details.
Thanks.
Thanks a lot for your help.
1. I understood now why all categories are displyed there, and 2. With the help of your CSS Code, I could change the Background color of Category Title.
3. But I could not change the color of the text (Post Title) on slide?
http://screencast.com/t/KG6sYfMdb
Hier I have used ‘Slide’ from your Elements.
Your given CSS code was helpful to change the Post Titles on Big Grids.
Many many thanks
Hello Catalin,
your given code has changed the color of all post titles in homepage. I wanted to change the title color only on Slide.
http://screencast.com/t/lnv2jAqc
Thanks