• Resolved larsschuetze

    (@larsschuetze)


    Hello,

    I am not able to alter or remove the logo with the blue “Guardian” text. Maybe I do not find the right option to do this. May you point me to the location, where I can change this?

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Thanks for using our theme.

    Its very easy to customize the logo text.

    Go to Dashboard Admin Panel >> Appearance Menu >> Theme Options >>

    General Option.

    Now if you want to use image logo then go to “Custom Logo” and upload

    the image logo.

    or if you want to use text title logo then enable “Text Title” and

    save the changes.

    Thanks.

    I would like to remove the guardian logo and then make the menus justify to the left instead of the right.

    any ideas??
    thanks in advance

    Thread Starter larsschuetze

    (@larsschuetze)

    Thank you very much. I was aware of the option, but I seem to click on the link everytime before I saved the change ??

    Thank you. Your theme is awesome!

    My question is resolved. tassiepete: Since you hijacked the question you should open your own. This will make it easier for people to find the answer later on.

    Hi tassiepete,

    Go to Dashboard Admin Panel >> Appearance Menu >>

    Theme Options >> General option >> Custom css.

    Now write below CSS rules into Custom CSS box:

    .top_nav {
    margin-left: 300px;
    }
    .menu_main {
    float: left;
    width: 75%;
    }
    .wrapper, #page {
    margin: 0px;
    width: 75%;
    }
    .logo{
    display: none;
    }

    Now save the changes.

    Thanks.

    sorry for hijacking the post, my mistake – i can move to main thread if required.
    please mark as resolved either way, as it is now fixed

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logo "Guardian" not removable’ is closed to new replies.