Home Forums WordPress Themes – Premium Encounters place image in site title & Tagline

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14422

    Two questions:
    1. How can I change the font stype in the site title & Tagline?
    2. I would like to place an image (1170 X 350) in place of site title & tagline

    #14423
    Sushil Adhikari
    Moderator

    The font is called Alexbrush and is in the style.css around line 378 and looks like this:

    h1.site-title a {
    	margin-bottom: 0;
    	font:normal 2.313em alexbrush;
    	line-height: 0.813em;
    	color:#fff;
    }

    To change to a full image of 1170×350 and replace the site title, this would require a lot of custom coding. You also have to move and edit the main menu area as well if you did this. So if you are comfortable with custom coding, you are more than welcome to make those changes, but it’s going to take a fair amount of reorganizing of the header code.

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