Tarski change headers size using CSS
-
Hi,
I am trying to change the header size of the Tarski template on my wordpress blog linusoliverlum.com using CSS code. Is there a way to do this? I would much appreciate any help. I have been browsing the topics about this but the suggested code didn’t work correctly:
#header-image {
width:720px;
height:360px;
background:url(‘IMAGE URL’);
}Thank You.
The blog I need help with is: (visible only to logged in users)
-
-
-
Okay, for those with Custom CSS and are still tearing their hair out, the solution was to add the following markup PRIOR (that’s important!!) to the #header-image lines with your new image information:
#header-image img {
display:none;
}That way you don’t get the default Tarski header image pasted on top of your custom image.
- The topic ‘Tarski change headers size using CSS’ is closed to new replies.