Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #77791
    sfarid
    Member

    Greetings,

    I have been trying to remove the white space between the header and the primary menu, and have tried many codes from the support forums but all in vain 🙁 How can I do it.

    Website URL: http://hashmitravelspk.com/

    #77811
    Alexander
    Participant

    try putting it in custom CSS area and see if solves.

    #hgroup-wrap, .hentry, .comments-area article {
    padding-bottom: 0rem;
    }

    #77812
    Alexander
    Participant

    Hi sfarid

    Try putting it in custom CSS area and see if solves.

    #hgroup-wrap, .hentry, .comments-area article {
    padding-bottom: 0rem;
    }

    #77820
    sfarid
    Member

    @Alexander, Wow! It worked like a charm. Bundle of Thanks…

    #77822
    Sakin
    Keymaster

    @Alexander: Thanks for your support 🙂

    #77909
    Alexander
    Participant

    I’m happy to have helped.

    #77910
    eirini
    Member

    …in more details, for someone who is new in website building?!

    Can i at least change the color from white into blue?

    Thank you in advance!

    #77911
    Alexander
    Participant

    eirini,

    I do not know if it’s really what you want already did not specify where in either color change, but if the background would be that …

    body.custom-background {
    background-color: blue;
    }

    #77927
    Sakin
    Keymaster

    @eirini: In Catch Everest Free theme, we don’t have Color Options that you can change it by yourself. It’s there only in Pro version.

    But if you post in your site URL and let us know for which element that you want to change color, then we will be able to send you custom css.

    #77965
    eirini
    Member

    Yes, sorry, i forgot…i am talking about this site :
    http://www.triopetra.com.gr

    I have installes the Cathc Flames theme.
    Ideally i would like the background of the header and the footer to be the image tha i have uploaded as a background for the rest of the site.
    If that is not possible, i would like the background of the header and the footer to be a ligth blue colour.

    Thank you!

    #78031
    Sakin
    Keymaster

    @eirini: Just add the following css in “Appearance =>Theme Options => Custom CSS” box:
    #branding, #colophon, #site-generator { background-color: transparent; }

    #78036
    eirini
    Member

    Thank you very much!!!! It worked fine!!
    Just one more detail :
    I can change the colour of the Site title…but i can’t find if i can also change the colour of the Tagline. Is there a way to do that?

    #78046
    Sakin
    Keymaster

    @eirini: Detail color options are there only in Catch Flames Pro version. For free version, you need to do it manually. To change the Tagline color, you can change the color code in the following css as per your need and then add it in “Appearance => Theme Options => Custom CSS” box:
    #site-description { color: #7a7a7a; }

    #78061
    eirini
    Member

    You are a star Sakin!!
    Everything worked fine!!!
    Thank you!

    #78066
    Sakin
    Keymaster

    @eirini: Thanks for your appreciation and if you like my support and Catch Flames theme then please support by providing your valuable review at https://wordpress.org/support/view/theme-reviews/catch-base?rate=5#postform

    Thanks 🙂

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘How to remove white space below the header’ is closed to new replies.