Header height and change to subtitle

Posted in: Newsmag
Post count: 34

Hi!

Example page here: https://stevivor.com/reviews/shadow-of-the-colossus-review/

Two requests:

1) How can I reduce the height of my header in desktop view? I’m talking about the blue area around my logo — my logo image is just as high as its text, and there’s a lot of unnecessary padding.
2) I’d like to remove the dotted lines around the subtitle (which I’ve moved underneath the featured image) and also make the text black. How can I do so?

Thanks as always for excellent support!

Post count: 34

Sorry, I kept tweaking! Nevermind the first request — got it as I like it.

Re: #2 — what I’d prefer, in addition to the lack of dotted lines and black text, is to just substitute <h2> for whatever code exists for the subtitle. Is this possible?

Post count: 23312

Hello Stevivor,

If you want to change the color for post subtitle you should use the code below and place it in Theme panel -> Custom CSS area.

.td-post-sub-title {
color:black;
border:0;
}

Also, if you want to change the paragraph to H2, you should edit the theme core file according to your post template used by you. Below I gave you an example of post template style 1. Look at this -> https://www.screencast.com/t/Re43Z9Ad0ndY

Thanks for your understanding!

Post count: 34

Thank you! That was super easy to implement! One follow up request, if I may!

Can you advise how to add a blue line in my header at the top of the white area (so between the main header and the top menu, mirroring the blue line that separates the header and the main menu)?

Post count: 23312

Hello Stevivor,

If you want to add a border below the top menu bar, please check the following code below and place it in Theme panel -> Custom CSS Area.

.td-header-top-menu{
border-bottom:3px solid #6bb0d6;
}

The result is here -> https://www.screencast.com/t/4j5NTVulyQbo

Thanks for your understanding!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.