Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #314858
    enanawa
    Participant

    My site is as follows:  http://www.enwebdesigns.com/Cano-Nanawa-Wedding/

    How do I customize the header so it does not have so much white space between the header image and the primary menu?

    I tried changing the size of the header image using the following CSS I found on your site, but it did not work:

    #masthead {

    height: 250px;

    }

    Also, how can I change the footer color to #34563e using CSS?

    Thank you in advance!

     

     

     

    #314901
    tikaram
    Keymaster

    @enanawa : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add  the following css instead of the previous css.

    #masthead {
      height: 110px;
    }

    To change the background color of footer please add the following additional css.

    .site-footer {
        background-color: #34563e;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315295
    enanawa
    Participant

    Thank you Tikaram, the above CSS worked!  However, I just ran into another issue as follows on the below pages:

    How do I remove the Home text on the bottom of this page?

    http://www.enwebdesigns.com/Cano-Nanawa-Wedding/

    Also, on the below page, there is a lot of white space between the last paragraph and the two videos.  How do I fix this?

    http://www.enwebdesigns.com/Cano-Nanawa-Wedding/santa-fe/

    Thank you in advance!

     

     

     

     

     

     

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize Header & Footer | Catch Wedding Free WordPress Theme’ is closed to new replies.