• Resolved fahimscirex

    (@fahimscirex)


    I want to set a custom size for logo in header. And also want to change size and bold the header text.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author ZeeTheme

    (@zeetheme)

    Hello @fahimscirex,

    Looks like you have changed the theme.

    But I understand what you are asking for and I can help you with this.

    Right now there are no customization options for this. But I can provide you custom CSS code that you add to your theme to make the changes you need. Please activate the WhiteDot theme and reply me.

    You can join the Zeetheme group on Facebook for better support or discussion like this.

    And if you are satisfied with this theme, may I ask you to give a 5-star rating? – https://www.ads-software.com/support/theme/whitedot/reviews/#new-post
    This will help us to spread the popularity and to make this theme even better.

    • This reply was modified 6 years, 3 months ago by ZeeTheme.
    • This reply was modified 6 years, 3 months ago by ZeeTheme.
    Thread Starter fahimscirex

    (@fahimscirex)

    I have activated the theme. Now help me with the search bar. And I need some other help. I want to make the header sticky. What is the pixel size of logo?

    Theme Author ZeeTheme

    (@zeetheme)

    What help do you need with the search bar?

    The default height of the logo is 50px. What size do you want?

    And the sticky header is a feature which will be added in the theme in future. So you will have to wait for it for some time.

    Theme Author ZeeTheme

    (@zeetheme)

    Why don’t we discuss this in the facebook group? It will be easier for me to get notifications for follow up replies.

    Theme Author ZeeTheme

    (@zeetheme)

    To change the logo size, add this snippet of CSS code to Appearance > Customize > Additional CSS.

    .wd-site-logo .custom-logo {
        height: 90px;
    }
    

    As far as I have understood, you want to increase the logo size. So, here the height is set to 90px which is perfect according to me. (the default height is 50px) But you can change it if you want.

    <h3> Personal Suggestion </h3>
    Because of our header background image, your menu is not visible properly. Add this snippet of code to fix this. But, it’s just a suggestion :).

    .primary-nav li a {
        font-size: 16px;
    }
    
    .site-header .col-full {
        padding: 0;
        background: #00000087;
    }

    <h3>And about the search bar</h3>

    You will have to explain more about what help you need for the search bar.

    • This reply was modified 6 years, 3 months ago by ZeeTheme.
    Thread Starter fahimscirex

    (@fahimscirex)

    Thanks for your suggestions. I am loving this theme and your support. I have requested to join facebook group, please accept.

    Theme Author ZeeTheme

    (@zeetheme)

    I am really happy that you liked the theme and support.

    May I ask you to give a 5-star rating?
    This will help us to spread the popularity and to make this theme even better.

    And let me know if there is anything else I can help you with.

    Theme Author ZeeTheme

    (@zeetheme)

    Thanks for installing Whitedot Fahim.

    As your problem is solved, I am marking this ticket as resolved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing the size of logo’ is closed to new replies.