Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jag_sv

    (@jag_sv)

    also, as section is not a CSS class, this might need to be:
    body.home section.widget {

    and do clear the broswer cache after the changes so you get to see the results imediately.

    Wow, thanks! that worked. I did

    .home section.widget {

    hhhhh the headache one space put me through!

    Thanks for your help.

    Thread Starter Jag_sv

    (@jag_sv)

    does this work:

    .home {
    border: 10px solid red !important;
    }

    ?

    That works! Ok, so i guess i must be typing the code in wrong or the Geodirectory plugin must not be letting me change it:
    It is the section.widget i’m trying to change for home only…

    .home.geodir_full_page section.widget{margin-bottom:200px;padding:80px!important; }
    
    .home.section.widget {
        border: 10px solid #DDD;
       /* background-color: rgba(228, 233, 255, 1);
        margin-bottom: 15px;
        padding-left: 20px;
        border-radius: 5px;
    }
    
    */
    
    section.widget {
        border: 1px solid #DDD;
       /* background-color: rgba(228, 233, 255, 1);*/
        margin-bottom: 15px;
        padding-left: 10px;
        border-radius: 4px;
    }
    Thread Starter Jag_sv

    (@jag_sv)

    That’s the problem, it doens’t work. Not sure why, i’ve tried changing it various ways.

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