• Resolved eyeland

    (@eyeland)


    Changed the background color of everything to my liking as seen here: mcasien.com. On the Blog page however, the featured pages circle did not change accordingly as seen here: https://mcasien.com/blog/
    Modded the colors by using the options in the Customize UI plus the Custom CSS below:

    /* Set the color (white) of the body, wrapper, header & footer */
    body, #main-wrapper, header.tc-header, footer#footer .colophon {
    background-color: white;
    margin-top:     0px;
    margin-bottom:  0px;
    padding:        10px 10px;
    }
    
    .datatable tr.altrow td {
    background-color: #fffff; /*white from verylightgrey*/
    color: black;
    }

    Note, that I am using the great ‘featured pages unlimited’ plug. Any ideas? ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured pages Background color on Blog-post’ is closed to new replies.