Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Different header color for different categories #1300602

    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.
    in reply to: Change the title color of a post category #1300601

    Thank you Mike
    It works perfectly!

    in reply to: Different header color for different categories #1300159

    Thank you very much but I’m not able to make that work

    • This reply was modified 3 years, 6 months ago by 4m.
    in reply to: Different header color for different categories #1298514

    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!

    in reply to: Widget with a list #1298489

    Hi,
    It works perfectly.
    Thank you very much!

    in reply to: Different header color for different categories #1298071

    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!

    in reply to: When I upload images I couldn´t see the thumbnails #1282764
    This reply has been marked as private.
    in reply to: When I upload images I couldn´t see the thumbnails #1282162
    This reply has been marked as private.
    in reply to: When I upload images I couldn´t see the thumbnails #1281876
    This reply has been marked as private.
Viewing 9 posts - 1 through 9 (of 9 total)