• syedmustafa

    (@syedmustafa)


    Site Logo is not working.
    I add a 150×150 picture in the site logo but that picture doesn’t show on the website.
    What should I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • jasmeetsingh

    (@jasmeetsingh)

    Hey Syedmustafa..
    If you are asking about the LOGO settings of the mobile then here We go with the solution.. ??

    Follow the steps..
    1. /wp-content/themes/business-leader/style.css go to this file…
    2. here you have to go to 638-650 line number and you will find the following code..

    .site-header .site-branding .logo img {
    float: left;
    max-width: 100%;
    max-height: 55px;
    margin-right: 10px; }
    @media screen and (max-width: 1024px) {
    .site-header .site-branding .logo img {
    width: 30px; [///PLACE WHERE THING IS TO BE CHANGED////]
    padding: 2.5px 0; } }

    What ever size you want you can set accordingly in place of 30px.. ??

    And if you are asking about the Font and color on the mobile then here We go with the solution.. ??

    Follow the steps..
    1. /wp-content/themes/business-leader/style.css go to this file…
    2. here you have to go to 647-654 line number and you will find the following code..

    .site-header .site-branding .site-title {
    display: inline;
    font-weight: 100;
    font-size: 32px; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT SIZE////]
    font-size: 3.2rem;
    clear: none;
    line-height: normal;[///PLACE WHERE THING IS TO BE CHANGED FOR DISTANCE BETWEEN . THE LINES IN THE HEADER Title////]
    color: white; [///PLACE WHERE THING IS TO BE CHANGED FOR FONT COLOR////]

    Hope You find this helpful.

    If not helpful
    You can send me the link of your website.. I will try to figure it out.. ??

    jasmeetsingh

    (@jasmeetsingh)

    And Do remember after changing the code.. CLEAR THE CACHE OF YOUR BROWSER.. Its Really necessary else changes may not be reflected.. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site Logo’ is closed to new replies.