• Resolved paaraspatel91

    (@paaraspatel91)


    Hi All,

    I need some help setting the image in the header at JetDryer Middle East
    to look the same as the image in the header at JetDryer WordPress

    WordPress.com self-hosted version 4.3 replaced the Site Logo (which is how i changed it on WordPress.com) with a Site Icon so I can’t seem to figure out how to rectify this issue.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Sam

    (@soumendra)

    Hello,

    You have added a background image in your site but in the reference site they have added a image to the header, not a background image.
    So, instead of background image you need to add an image in header for better result. Please check your theme settings if they provide option for that.

    Thank you.

    Thread Starter paaraspatel91

    (@paaraspatel91)

    Hello,

    Thanks for the reply. That problem has been rectified. How would I change the colour in the header background of my site to the same colour as in the reference site?

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to change the header background color:

    .site-header {
        background-color: #69b0e6;
    }

    You can adjust the color as per your requirement.

    Thank you.

    Thread Starter paaraspatel91

    (@paaraspatel91)

    Thanks Sam,

    Tried that and it worked just fine.

    One final question. If i wanted to change the tab section where it has all the sub-sections, what would be the CSS? (Am pretty new to all of this!)

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .menu, .menu li {
        background-color: #69b0e6;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Moderator Kathryn Presner

    (@zoonini)

    Thanks for helping out, Sam, appreciate it!

    paaraspatel91 – looks like you’re well on your way to replicating your WordPress.com site. Let us know if you’re all set.

    I also just wanted to mention in case it helps anyone else that the Site Logo functionality in Big Brother on a self-hosted site comes by activating the Jetpack plugin, which I see you already discovered. ??

    Thread Starter paaraspatel91

    (@paaraspatel91)

    Thanks for the help Sam!

    That’s really helped in sorting out the site to look like the WordPress.com version.

    Sam

    (@soumendra)

    Pleasure to help you. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Big Brother theme header issues’ is closed to new replies.