Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you show us a page with the issue?

    Thread Starter yazooda

    (@yazooda)

    This is my website wecanboost.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin

    Then use its “CSS Code” section of the dashboard to hold your CSS modifications:

    Alternatively use your Child Theme style.css file to hold your CSS modifications:

    .site-header {
        background-image: none;
    }

    Thread Starter yazooda

    (@yazooda)

    Andrew, but I can’t disable background-image because I use it as a logo since I couldn’t add a logo to a theme that doesn’t have that option.

    Please check how does it look
    [Unnecessary code moderated]
    I would appreciate it if you guide me to add a logo

    Many Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try this instead:

    .site-branding {
        position: absolute;
        left: -999em;
    }

    Thread Starter yazooda

    (@yazooda)

    That’s great, I know I’m annoying but is there a way to move the logo to left. I do like this

    .site-header {
    padding: 160px 0 0;
    background: url(/wp-content/themes/hiero/logo.png) center no-repeat #16171b;
    top: 0;
    left: 0;
    margin: 0px 0 0px 0px;
    }

    But it goes very far .. Check it please wecanboost.com how it is far left.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Position should be at 20%

    Thread Starter yazooda

    (@yazooda)

    Code please?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    background: url(/wp-content/themes/hiero/logo.png) center no-repeat #16171b;

    Background position sits here:

    center

    I’m assuming you wrote that?

    So replace that with 20%

    Thread Starter yazooda

    (@yazooda)

    THANKS VERY MUCH .. I discovered that logo is already allowed on customize > general.

    I missed it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to remove Title from my wordpress?’ is closed to new replies.