Changing "Global Header" color in Newsmag

Posted in: Newsmag
Post count: 30

How can “Global Header” color be changed in Newsmag? I would like to have the same color in all module header titles.

Post count: 23312

Hello teknolojisk,

Provide your website URL and some useful screenshots with your desired changes so I will be able to provide a more accurate response/code.

Thanks for the message!

Post count: 30

Hi,

Web site URL is https://www.teknoblog.com/. Specifically, you can check at https://www.teknoblog.com/google-grasshopper-kodlama-ogretiyor/.

Here are the screenshots. I hope this would help.

https://prnt.sc/j7oa9v
https://prnt.sc/j7oan3

Regards.

Post count: 30

I share one more screenshot from homepage. The components that I showed in the image are not configurable via panel, I think they are all connected to each other.

https://prnt.sc/j7obmk

Post count: 23312

Hello teknolojisk,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.block-title span, .td-post-category {
color:red!important;
background-color:green!important;
}

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

Thanks for your understanding!

Post count: 30

That works, thank you!

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