Design changes for post author comment background ..

Home Forums Iconic One Pro Support Design changes for post author comment background ..

This topic contains 2 replies, has 2 voices, and was last updated by  ambistudent 7 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4716

    ambistudent
    Participant

    Could you please help me with the following design changes?

    1) make administrator comment background light red (so readers can easily spot which replies are mine).

    2) Make the “Post Author” tag on comments red.

    3) Change the mobile phone menu bar to red instead of grey.

    Thank you

    #4721

    Please try the following custom css, replace hex color code with your choice if needed.

    1)

    
    .bypostauthor {
        background: #f7a3a3;
    }

    2)

    
    li.bypostauthor cite span {
        background-color: #f43f3f;
    }

    3)

    
    .js .selectnav {
        background: #f43f3f;
    }
    #4722

    ambistudent
    Participant

    These worked great, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.