Home Forums Total Header color or image

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1853
    allona
    Participant

    is it possible to change header color or set any picture on header?

    #1862
    Hash
    Keymaster

    Do you mean the grey header in page/post?

    #1865
    allona
    Participant

    no the
    header where menus are placed……..

    #1910
    Hash
    Keymaster

    Here is the CSS

    #ht-masthead{
    background-image: url(‘http://yourwebsiteurl.com/path_of_the_image.jpg’);
    }

    #2204
    ayman.roshdy
    Participant

    Talking 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

    #2315
    Hash
    Keymaster

    Here is the CSS to change the height

    #ht-masthead{height:150px}

    change 150 to requied

    #3031
    enteant
    Participant

    Hi, 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!

    #3070
    Hash
    Keymaster

    @enteant the Total Theme does not have black header. It has white header by default.

    #3172
    Aussy
    Participant

    Good day i would like to add an image on the grey header page/post. any help will be greatly appreciated

    #3198
    Hash
    Keymaster

    Sorry, 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.

    #3395
    SimonBass
    Participant

    Is it possible to remove the grey header in page/post?

    Or if not can it be edited at all?

    #3486
    Hash
    Keymaster

    Yes, you can remove the header using custom CSS

    .ht-main-header{ display:none; }

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