Changing Background Color for Everything but Main Slider Page

Viewing 1 post (of 1 total)
  • #4005
    lRlevolution
    Participant

    Seems like i can change the color and everything for my main slider page but when it comes to all my other pages it doesn’t allow me to change anything. this is the code I’m using

    .home {
    background:#000000;
    }
    .home a:link {color:#F2E85E;}
    .home a:visited {color:#F2E85E;}
    .home a:hover {color:#F8C337;}
    .home a:active {color:#F8C337;}

    .paged{
    background:#F8C337 !important;
    }

    .paged a:link {color:#141414 !important;}
    .paged a:visited {color:#141414 !important;}
    .paged a:hover {color:#141414 !important;}
    .paged a:active {color:#141414 !important;}

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.