• Hey, I am a beginner and have a lot of questions to set up my site…
    1. how can I remove the logo at the center and upper the navigation bar?
    2. how can I change the size of the logo?
    3. how can I change the colour of the navigation bar to black?

    Can you guys give me the custom css directly to me? thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Need a link to see what you’re trying to do.

    I am also new to WordPress and need to change the size of my logo as the space on my template is horizontal but my logo is vertical.
    https://www.wellspringchurch.com

    I have also sent a question to the template developer, but think this is something I need to know how to do whenever I try to make a website from scratch.

    [Moderator Note: Please ensure that you are embedding links correctly in your posts.]

    @phyllis Hartwick: It is considered impolite to interrupt another poster’s ongoing thread unless you are posting a solution or suggestion. It causes significant problems for the forum’s volunteers and prevents us from being able to track issues by topic. Please post your own topic.

    Thread Starter heidione

    (@heidione)

    My church website is as below:
    https://cnec-hhcc.org/wp/

    Like the pattern of “Joe the Bakes”(one of all showcase)

    1. Centering Header items = snippet

    2. Logo size – adjust the following 150%:

    .site-logo > img {
      height: 150%;
      max-height: 150% !important;
      max-width: 150% !important;
      width: 150%;
    }

    3. Navbar = snippet
    Change pink to black or #000000

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I remove the logo?’ is closed to new replies.