roberto vargas
asked 9 years ago

in what part of the theme where can put my logo in the Home Page? pls help me

2 Answers
DominicStaff
answered 9 years ago

Hi,

At the moment, our theme just support to add the logo/icon to the header (Title section)
To resolve this issue, you can add the following code to the style.css file

 .style-flat .banner hgroup:after {
    background: url("http://yoursite/logo.png") repeat scroll 0 0 / 100%;
    height: 280px;
    transform: rotate(45deg);
    width: 280px;
}

Note: please add your logo image to the Media then copy the URL File in the right hand side then replace the following url: http://yoursite/logo.png.

Hope this helps !

rvscr95
replied 9 years ago

ohh okay, im a beginner on this, but where can i find that style.css?
and so much thank you!

dominic Staff
replied 9 years ago

You can log in to Dashboard > Appearance > Editor > style.css file

Akshat Verma
answered 8 years ago

you can put the logo or icon code in your theme header.php or index.php. depends on the theme.

Powered by DW Question & Answer Pro