Support » Theme: Sydney » Sydney – one more logo on the home page?

  • Resolved Kisshu

    (@curiolab)


    Hello All,

    Is it possible to have one more logo above the title of the home page slider?

    curiobiotech.com I would like to place above the lifescience service…..

    Thank you.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hello @curiolab,

    Please try to use the following CSS code.

    You can add CSS code in DashboardAppearanceCustomizeAdditional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.

    #slideshow .maintitle::before {
        content: url('http://example.com');
        display: block;
    }

    Just replace http://example.com with a link to your logo image.

    Kind Regards, Roman.

    Thread Starter Kisshu

    (@curiolab)

    Dear Roman,

    I am sorry for not being clear what I would like.

    I would like a true png logo of curio biotech above the slider main title. NOT the url.

    Thank you.

    Hello @curiolab,

    Did you try the solution above?

    It should do what you want.

    Kind Regards, Roman.

    Thread Starter Kisshu

    (@curiolab)

    Dear Roman,

    Tried on a local environment it worked brilliantly.

    Thank you very much for your help.

    Thread Starter Kisshu

    (@curiolab)

    Dear Roman,

    Again some some technical issue.

    The logo text could not be read properly, How can I move up or down the log?

    Please see the screenshot.

    https://ibb.co/hZ6pO5

    Thanks.

    Hello @curiolab,

    I’m not sure what exactly you want to achieve, can you please provide more details?

    Kind Regards, Roman.

    Thread Starter Kisshu

    (@curiolab)

    Dear Roman,

    I would like to move the logo a little bit lower (close to the title).

    Please let me know a solution.

    Thanks.

    Best regards.

    Hello @curiolab,

    Please try to use this CSS code instead of previous:

    #slideshow .maintitle::before {
        content: url('http://example.com');
        display: block;
        line-height: 19px;
    }

    Kind Regards, Roman.

    Thread Starter Kisshu

    (@curiolab)

    Dear Roman, It work as I requested.
    Thank you very much.

    Best regards,
    Kesava

    Great, you are welcome Kesava! And have a nice day 🙂

    Kind Regards, Roman.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Sydney – one more logo on the home page?’ is closed to new replies.