• Resolved pipetta

    (@pipetta)


    Hi, I found some answers on this topic but I tried to use the code I found in previous post and it doesn’t work on my blog.
    I would like to leave my custom header image as background and to add a logo in the upper or lower left side with a link to the home page (exactly how the actual site title does), but it never appears on my screen
    Here is the code:
    .site-title a {
    color: transparent;
    display: block;
    background: url(‘https://www.enjoysiliconvalley.com/images/logobicisenzapedali_final.png’) 0 0 no-repeat;
    width: 266px;
    height: 117px;
    }
    is it possible to add a logo inside this theme?
    thank you very much for your help!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    If you’re referring to https://www.enjoysiliconvalley.com – I can see the logo in your header just fine. Looks like you resolved this already? Let us know if you’re still having trouble!

    Thread Starter pipetta

    (@pipetta)

    Thank you Konstantin! yes, in the meantime I solved the problem ??
    very nice theme, congratulations!

    I have another question for you, maybe I should open a new thread….

    Is it possible to add banners in the sidebar? Which is the file .php of the sidebar? and which code can I use?

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    You shouldn’t edit the code in sidebar.php, but rather add your banners as widgets, for example via a Text Widget in Appearance – Widgets. There are various plugins that implement widgets for popular banner networks, you might be able to use one of them too.

    Hope that helps!

    Thread Starter pipetta

    (@pipetta)

    Thank you very much Konstantin! Another question related to the new logo I put on the header. It is invisible in the mobile version (iPhone).
    Any clues? Is there a specific CSS command I should write to let the logo be visible also in the mobile version?

    thanks a lot

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Looks like you have a different theme set as your mobile version, not Expound, and it looks like it’s Jetpack’s Mobile Theme. Can you try and deactivate that Jetpack module? Thanks!

    Thread Starter pipetta

    (@pipetta)

    Konstantin, I even didn’t realize that!! I thank you so much to solve all my problems!!

    Great!

    Hi,
    Sorry for jumping on this thread but I dont suppose you can pass the css code on for adding a logo to your custom header image?…

    Here’s hoping cheers

    Gazay

    (@gazay)

    Не могу добавить лого в шапку – получается как-то криво. Подскажите код, пожалуйста.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Here’s the CSS code we use for WP Magazine:

    .site-title a {
        color: transparent;
        display: block;
        background: url('https://wpmag.ru/files/2013/05/wordpress-magazine.png') 0 0 no-repeat;
        width: 266px;
        height: 117px;
        text-indent: -9999px;
    }

    Hope that helps!

    Maybe a dumb question, but where do i have to paste this CSS code? Thanks in advance.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    @corijn87 a Custom CSS plugin like Jetpack or a child theme.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘how to add a logo in expound theme’ is closed to new replies.