Support » Themes and Templates » Changing Background Color for Everything but Main Slider Page (Minimatica Theme)

  • 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;}

  • The topic ‘Changing Background Color for Everything but Main Slider Page (Minimatica Theme)’ is closed to new replies.