Increasing logo size in header - by mckenziesmith

This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Eva Kemp

  • Avatar: mckenziesmith
    mckenziesmith
    Participant
    December 1, 2016 at 14:33

    How do I increase the size of the logo in the header? A long time ago I was told to use a code in custom.css but I am unsure how to change anything in the code. If you can increase for me that would be helpful

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 1, 2016 at 14:50

    Hello,

    These credentials are incorrect. Please check them.

    Try to add this code in Custom CSS file:

    .header5 .logo img {
        max-width: 370px;
    }

    Write your own value.
    Here is the video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&list=PLMqMSqDgPNmD4uhGI1IBhr1iaEy81TMff&feature=share&index=1.

    Regards,
    Rose Tyler.

    Avatar: mckenziesmith
    mckenziesmith
    Participant
    December 1, 2016 at 18:37

    I added my new login info, forgot to add one thing. If you can change it for me that would be very helpful

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 19:42

    Hello,

    At first you need activate custom.css file.
    How to create custom.css you can watch in this tutorial
    We can’t do this via wp-admin panel. FTP access is required.

    Regards,
    Eva Kemp.

    Avatar: mckenziesmith
    mckenziesmith
    Participant
    December 1, 2016 at 19:57

    Thank you, I will try that out. Can you also tell me how to change the link colors? When you are looking at the page I want my link colors to be in mint, and when you hover I want them to turn to black.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2016 at 20:25

    Hello,

    You need add this css code:

    a {
        color: #98ff98 !important;
    }
    a:hover {
       color: black !important;
    }

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.