several changes

Discussion in 'BizWay WordPress Theme' started by maes39, Nov 6, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Hello,

    On my new website www.anselmoome.nl there are some changes i want to do.
    But i don't no how to change this.

    *Can i changed the color of the main navigation menu (attached Navigation)?
    * Is it possible the give the borders around the pictures on gallery page an different color (attaches Gallery) ?
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .menu-container {
    background: your color/color code;
    }
    .page-content .gallery ul.thumbnail li {
    background: none;
    }
    .page-content .gallery ul.thumbnail li img {
    border: 1px solid red;
    padding: 2px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page