Home › Forums › Gillion Theme › Header Style
Home › Forums › Gillion Theme › Header Style
Thank you! And where I put the ad banner?
And how can I change the font-weigh? I try to put the code on css style, but it wasn’t work.
New question, how can I define the style Standard (with title in the top) for every post?
Thank you! And where I put the ad banner?
Using the theme options just displayed below Header Layout as shown in the attached screenshot.
And how can I change the font-weigh? I try to put the code on css style, but it wasn’t work.
Do you want to change the font weight of whole site?
If yes then you can change it from theme Styling option as shown in the second attached screenshot.
New question, how can I define the style Standard (with title in the top) for every post?
You can change it from theme Styling option as shown in the third attached screenshot.
Thank you! I wanna change the header/menu font-weigh.
And I didn’t find where can I change the style Standard (with title in the top) as default for every post
Thank you! I wanna change the header/menu font-weigh.
You can change menu font weight by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-nav > li.menu-item > a { font-weight: 400; }
And I didn’t find where can I change the style Standard (with title in the top) as default for every post
I am not sure what you meant by style here but if you are referring font weight then you can change it using below custom CSS code.
.post-single-meta .post-title h1, .post-single-meta .post-title h2 { font-weight: 300; }
Hi Support, on each post I have to define the style – Standard, Standard (with title in the top) or Slider (will disable titlebar).
Have any way to make one of this style as default to every post?
Currently there isn’t global option for it but i have added this as a feature request so that it will be implemented in the future version of theme.
Thank you! Do you know when the new version will be release?
You are most welcome here 🙂
Currently we don’t have any ETA when the new version will be released containing this enhancement.