Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34322
    maevamena
    Member

    Hi Sakin,

    How do I remove or change the colour of the line around the pages and widgets?

    http://69.195.124.223/~forevft4/

    Thank you!

    Maeve

    #34370
    Sakin
    Keymaster

    Hi Maeve,

    You can change the color code in the following CSS and then add it in “Appearance => Theme Options => Custom CSS” box.

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        border-color: #ddd;
    }

    If you want to remove then the css will be as below:

    .hentry, .widget, .no-results, #author-info, #disqus_thread, #content .error404 {
        border: none;
    }

    Regards,
    Sakin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove line around pages and widgets’ is closed to new replies.