Viewing 2 posts - 21 through 22 (of 22 total)
  • Author
    Posts
  • #96528
    Edwin
    Participant

    It doesnt work, I tried it in customization and theme options. I can view the color change in customization but when I save and publish it doesn’t take effect. I cleaned the cache and tried both chrome and firefox so that is not the issue.

    #96581
    Pratik
    Keymaster

    @edwin: I tried it in our servers and it is working fine. I can provide you with custom CSS as well if you need.

    You can use following code:

    
    #homepage-message {
        color: #ffffff; /* For text-color */
        background-color: #000000; /* For background color */
    }
    
    /* For Button */
    #homepage-message .right-section a {
        background-color: #8224e3; /* For background color */
        border-color: #333333; /* For border color */
        color: #eeee22; /* For text-color */
    }
    

    Remove the lines if you do not need them. You can change # color codes as required.

    Regards,
    Pratik

Viewing 2 posts - 21 through 22 (of 22 total)
  • The topic ‘Double spaced category description’ is closed to new replies.