- This topic has 11 replies, 6 voices, and was last updated 7 years, 4 months ago by
Hash.
-
AuthorPosts
-
February 4, 2017 at 4:01 pm #1853
allona
Participantis it possible to change header color or set any picture on header?
February 5, 2017 at 9:04 pm #1862Hash
KeymasterDo you mean the grey header in page/post?
February 6, 2017 at 12:34 am #1865allona
Participantno the
header where menus are placed……..February 9, 2017 at 11:57 pm #1910Hash
KeymasterHere is the CSS
#ht-masthead{
background-image: url(‘http://yourwebsiteurl.com/path_of_the_image.jpg’);
}March 5, 2017 at 8:35 pm #2204ayman.roshdy
ParticipantTalking about the header, do you know how I can change its height as the current height is not sufficient for my logo and re-scaling it causes a low resolution issue?
Thanks
March 13, 2017 at 9:15 pm #2315Hash
KeymasterHere is the CSS to change the height
#ht-masthead{height:150px}
change 150 to requied
June 9, 2017 at 1:54 am #3031enteant
ParticipantHi, Can you please lep me in getting the header color from black to white? I tried the toggle/drop box and it is not working. I have no knowledge of WP and coding so if you can help that would be great!
June 10, 2017 at 11:06 pm #3070July 10, 2017 at 10:28 am #3172Aussy
ParticipantGood day i would like to add an image on the grey header page/post. any help will be greatly appreciated
July 14, 2017 at 11:52 pm #3198Hash
KeymasterSorry, the theme does not have option to add the image for the header. Our other theme Square, HashOne has this feature. You can check theme.
September 5, 2017 at 7:43 pm #3395SimonBass
ParticipantIs it possible to remove the grey header in page/post?
Or if not can it be edited at all?
September 29, 2017 at 8:46 pm #3486Hash
KeymasterYes, you can remove the header using custom CSS
.ht-main-header{ display:none; }
-
AuthorPosts
- You must be logged in to reply to this topic.