• Hi guys,

    I have a problem with Vantage theme, I can’t customize the measthead and the space where the menu appears.
    The logo is in the navigation bar and I hidden the logo masthead via CSS, here is the code:

    header#masthead .hgroup {
    display:none !important;
    }

    Now, how can I add shadow (for instance) in the remaining portion of the masthead?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter khappamj

    (@khappamj)

    any help ?

    I want my home page like this website (https://www.chaibiscuit.net/) I don’t know what to do or how to do. Is it a plugin or is there any css code is needed or any other technique plz Help me., My home page is now showing posts in reverse chronological order.

    Hi I am trying to add my logo to the masthead within the Vanatage theme.
    I already have a title but really want the logo to appear there too but in a smallish size.

    I have added this css code but it is not working. Please advise
    webiste = https://www.gondolas.co.za /* Vantage Site Title */
    header#masthead .hgroup h1 {
    color: #dd8d16;
    font-size: 45px !important;
    letter-spacing: 12px;
    position: inherit;
    }

    header#masthead hgroup .logo {
    margin: 0 35px;
    background: url(images/logozm.jpg) 20px 10px no-repeat;
    width: auto;
    padding: 0;
    text-align: left;

    zulumoongondolas
    Member
    Posted 33 minutes ago #
    Edit

    I have tried this too but it doesnt work. My logozm.jpg is in the wp images folder for this theme,

    /* Vantage Site Title */
    header#masthead .hgroup h1 {
    color: #dd8d16;
    font-size: 45px !important;
    letter-spacing: 12px;
    position: inherit;
    }

    #masthead_wrapper {
    margin: 0 35px;
    background: url(images/logozm.jpg) left top no-repeat;
    width: auto;
    padding: 0;
    text-align: left;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vantage Theme, cant customize masthed in child theme’ is closed to new replies.