Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227217

    I currently have a border color set via the Stying panel > Main Content, however, is it possible to override that border color for “Main Content” on home page only using quick CSS?

    #227226

    Hey!

    Yes it is, try with the following:

    .home *{
    border-color: red !important;
    }
    

    Cheers!
    Josue

    #227790

    excellent thanks!

    #227795

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border Color Change on Home Only’ is closed to new replies.