How to overrun the main code

Multipurpose WordPress Theme Forum Support
GK User
Fri Oct 30, 2015 10:26 am
Hi.

I'd like to know how to overrun the code that the template dictates. For example header background color on pages if no image I'd like to set to transparent, also I'd like to change the color of the title text, the position of the text etc ....

Another thing is I need to remove the date from the page header!

I'm on virtual server, so I can not provide an url.

Thank you.

Matej
User avatar
Senior Boarder

GK User
Fri Oct 30, 2015 12:55 pm
Hi,

You can create a Child theme to override theme code. Header background color on pages is taken from your primary color (Customizer -> Colors section), you can inspect it and add your own css - in this case you'll have to add "!important" after your color value.

The same with title text, position, this article may be helpful:
https://www.gavick.com/documentation/jo ... ss-changes
(it's joomla version, but it's only an example of inspecting elements)
User avatar
Moderator

GK User
Fri Oct 30, 2015 3:38 pm
Hi,

Thank you for free basic CSS lessons. :D It didn't dawn on me.

What about removing the date from the page header and the scrolling icon?

Thank you.

M
User avatar
Senior Boarder

GK User
Fri Oct 30, 2015 11:28 pm
Hi,

Please check this thread:
https://www.gavick.com/forums/quark-wp/ ... ages-44710

The scrolling icon may be removed by changing "Display mouse icon in header" option from Customizer -> Features section.
User avatar
Moderator


cron