Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11887
    Armandos
    Member

    Hi again,
    Is there a way to make all the boarder colors of my theme transparent without changing the color for every boarder in the style.css?

    Thank you in advance
    Armandos

    #11909
    Sakin
    Keymaster

    @armandosarris: Sorry I don’t get it what are you trying to do it. Can you send me your site URL and then explain it.

    #11937
    Armandos
    Member

    Hmmm I forgot to write it: http://www.astypalaiacamping.gr
    If you see under the future slider you will see the grey boarder lines, from the page, the widgets etc. Those lines I would like to make them transparent.

    I found them on style.css :
    #content .error404 {
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    -moz-border-radius: 5px;
    border-radius: 5px;

    but there are to many to change them manually so I am wondering if there is a way to change in automatically

    Thank you in advance
    Armandos

    #11957
    Sakin
    Keymaster

    @Armandos: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #slider, #colophon, .hentry, .widget { border: none; }

    #11961
    Armandos
    Member

    Ideally if you see in my website (www.astypalaiacamping.gr) 2 boarders have remain.
    One is in text under slider (it is image) and the other one is in scrolling text (News widget).

    But that’s why I will continue update my subscription. I am extremely satisfied with your support.

    Thank you very much for your help !!!!!!!!!

    #11970
    Sakin
    Keymaster

    @Armandos: Here goes the css to hide those borders.
    #supplementary .widget-title, .hentry img { border: none; }

    Thanks for your appreciation.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘boarder color’ is closed to new replies.