Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2927
    hendrik
    Member

    Here I am again,

    I upgraded to pro because I was hoping that I could change fonts and colors easily. Unfortunaely that is not easier than in simple catch. But maybe somebody can help me with this:

    1. how do I change the color of the menu

    2. how do I change the color or backround of the header

    and last but not least

    3. how can I increase the space between logo and site title. If you check my site http://69.89.31.69/~riceandc/ you see that it looks a bit strange.

    Thanks a lot for your support.

    Henry

    //

    #2952
    Sakin
    Keymaster

    @hendrik: Yes we will add the additional features in updates. The main addition to the Simple Catch theme is the Responsive Design and Featured Image Slider.

    Solutions for your questions. You can add the css in your child theme style.css or in your theme theme options.
    1. how do I change the color of the menu. Just change the color code in the below css.

    /* For menu main background */
    #access {
    border:1px solid #ccc;
    background-color:#fff;
    }
    /* For hover and current menu background */
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color:#444;
    }
    /* For submenus menu background */
    #access ul li ul li a:hover, #access ul li ul li:hover > a {
    background-color:#333;
    }

    2. how do I change the color or background of the header
    To change the background just change the image.

    #branding {
    background:url("images/bg-header.jpg") left bottom repeat-x;
    }

    To change the color and remove the background image. Just change the color code below:

    #branding {
    background: none left #000;
    }

    3. how can I increase the space between logo and site title. If you check my site http://69.89.31.69/~riceandc/ you see that it looks a bit strange. Just increase the padding left as below:

    #site-title {
    padding-left: 30px;
    }

    #2972
    Rich2337
    Member

    How do I change topic and make a new post?

    How do I change background color or image in header catchpro?

    How do I make header height smaller catchpro?

    #2984
    Sakin
    Keymaster

    @Rich2337: Please create new support question for this and also add in your site URL while asking customization question.

    #2990
    Rich2337
    Member

    Change the header to image.   background:url(“images/bg-header.jpg”)Add image  file to the hosting sub-directory or load image in catch pro theme?

    I also want to decrease the header size height. How do I do that?  

    #2991
    Rich2337
    Member

    How do I change the font size in post and page heading to a smaller font?

    #2998
    Sakin
    Keymaster

    @Rich2337: Please use different support thread for each question. This is quite confusing.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘change menu color’ is closed to new replies.