Shop Categories

X

Logo and Site Tile

Home Forums Agama Pro Logo and Site Tile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25271
    Hoang Anh Pham
    Participant

    Hi,
    I have a prolem when I uploaded a logo to my website then my site title disappeared.
    Can my logo and my site title appear at the same time??

    #25307
    Zex
    Moderator

    Hello, Hoang!

    Unfortunately, you can currently have either text or Logo, not both at the same time.

    There’s a workaround if you want to try…

    To have the Logo before the Site title, leave the Site title, then add the following code into Customizing->General->Additional CSS:

    .site-title a::before{
        display: inline-block;
        margin:15px;
        width: 110px;
        height: 110px;
        vertical-align:-50%;
        content: "";
        background: url(https://secure.gravatar.com/avatar/a97d62aaa58572c17d9c1c6bb0e5905f?s=80&r=g) no-repeat 0 0;
        background-size: 100%;	
    }
    

    Change the background URL address, height and width values per your needs.

    Regards

    #25320
    Hoang Anh Pham
    Participant

    Thank you very much Zex!!! I did as you said and I got my Logo!! Thanks so much!!!

    #25323
    Zex
    Moderator

    I’m glad it works!

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.