• Resolved Marouane87

    (@marouane87)


    Hello,

    I’ve changed the header and body back-ground colors. But the menu and post thumbnails didn’t change as you can see here for the menu and the thumbnails .

    Any help how can I change them please?

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Need a site link if possible

    Thread Starter Marouane87

    (@marouane87)

    I’m sorry but it is not online yet.
    The code I used to change the header and body colors could help… It was:

    /* Set the color (#f9ecc3) of the internal wrapper */
    #main-wrapper {
    background:     #f9ecc3;
    margin-top:     0px;
    margin-bottom:  0px;
    padding:        10px 10px;
    }
    
    header.tc-header {
    /* Adjust the background color */
    background-color: #F8A333;
    /* Adjust the border (top/bottom + left/right) style/color */
    border:         #F8A333;
    /* Adjust the top border style/color */
    border-top:     #F8A333;
    /* Adjust the  bottom border style/color */
    border-bottom:  #F8A333;
    }

    The menu and thumbnails stayed white like in the snapshots in my first post.

    Thank you.

    Menu:

    /*  Adjust Navbar Box settings      */
     .tc-header, .navbar .navbar-inner  {
    background-color:   pink;                                       /* Change pink */
    background-image: linear-gradient(to bottom, white, pink);      /* Change white, pink */
    background-image: -webkit-linear-gradient (top, white, pink);   /* Change white, pink */
    }

    Thumbnail:

    .round-div {
    border-color:   #000000; /* Change #000000 to background-color */
    }

    Thread Starter Marouane87

    (@marouane87)

    Thank you very much, it works 🙂 !

    Just a little addition for people that might need it, to change only the menu box color (Like I wanted to do), we can just add this:

    /*  Adjust Navbar Box settings      */
    .navbar .navbar-inner  {
    background:   #f9ecc3;                                       /* Change color */
    }

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

The topic ‘Menu and Thumbnail colors’ is closed to new replies.