Forum Replies Created
-
AuthorPosts
-
Hi,
Mike solved my problem with:
#top .category-news h1.post-title a {
color: red;
}Thanks
- This reply was modified 3 years, 6 months ago by 4m.
Thank you Mike
It works perfectly!Thank you very much but I’m not able to make that work
- This reply was modified 3 years, 6 months ago by 4m.
Hi,
CSS file merging and compression is disable.Something must be wrong with the code because it doesn´t identify the category and the color that changes is the last one that I have assigned (purple in this case), except the h1 that has never changed.
/* post with pink category */
.category-green #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
color: pink;
}/* post with green category */
.category-green #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
color: green;
}/* post with ID-7420 */
.postid-7420 #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
color: purple;
}Thanks!
Hi,
It works perfectly.
Thank you very much!Hi,
I have been testing codes for this support for days but I am not able to solve my problem. I need different h1 to h6 color for different categories.
The last code I used without exit was in my category “second”.category-second #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
color: #5f8a35;
}I also have problems with custom my id post number 7420
.postid-7420 #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 { color: #f29fc4 !important;
}Can you help me?
Thanks!
February 22, 2021 at 12:11 pm in reply to: When I upload images I couldn´t see the thumbnails #1282764This reply has been marked as private.February 19, 2021 at 8:51 am in reply to: When I upload images I couldn´t see the thumbnails #1282162This reply has been marked as private.February 17, 2021 at 9:38 pm in reply to: When I upload images I couldn´t see the thumbnails #1281876This reply has been marked as private. -
AuthorPosts