Home › Forums › Weaver Xtreme Theme › Headings CSS
- This topic has 6 replies, 3 voices, and was last updated 1 week, 3 days ago by
scrambler.
-
AuthorPosts
-
September 13, 2023 at 14:56 UTC - Views: 29 #73393
BiX
ParticipantHi
I want to personalize the style of each headings (h1 to h6)
I try to change/add css in child style.css … or in global custom CCS … don’t works
The only place where I get what I want is to insert code directly in the post or page (not useful for headings !) or if I insert HTML code in the Weaver Xtreme admin > Advanced options > The site Head Sections > insert HTML code
• What is the best place to insert CSS … and what is the order of all the CSS files or data
Merci pour votre réponse
Patrick
Weaver Xtreme 6.3.0 and Xtreme Plus 6.2 – Theme support 6.3.1
WordPress 6.3.1
September 13, 2023 at 15:56 UTC - Views: 27 #73394scrambler
ModeratorThe custom CSS goes in the Theme Global Custom CSS rule box.
If you have a problem, tell us what rule you put in, then leave the rule in and give us a link to the page where it is supposed to affect the text, telling us what text that is.
If you already have custom CSS in that box, make sure there are no syntax errors as that could break the CSS file explaining why your rule is not working.
September 14, 2023 at 15:03 UTC - Views: 23 #73395Weaver
KeymasterOne of the main design goals of Weaver Xtreme is to avoid the need to create child themes, or touch any .css files.
Almost anything you can need to do with customizing design elements can be handled for the site as a whole using theme options such as the Theme Global Custom CSS option. {Customize -> Custom CSS -> Global Custom CSS for full site, or one of the specific sub-areas if you want to change headers only for pages/posts or a sidebar, for example.}
You might want to re-consider even using a child theme unless you have a need for totally custom behavior requiring PHP or Javascript code.
September 20, 2023 at 15:17 UTC - Views: 15 #73436This reply has been marked as private.September 20, 2023 at 15:39 UTC - Views: 13 #73437scrambler
ModeratorCan you be specific about what text are h3 in the page you gave us, as I cant find any….
That said, it is possible the h3 are styled by other attributes like post title or other that override your rule.
In that case you can force you rule by using !important
h3 {color:blue;}
.titreh3 { color: green !important; }September 20, 2023 at 18:27 UTC - Views: 9 #73438BiX
ParticipantHello
YESSS !important works in custom CSS !! … Many thanks
Do you think that I can find somewhere the order of all the CSS data loading ?
In the oldest version of xtreme I think it was :
1 Sub Theme CSS
2 Individual settings in Xtreme admin
3 Global Custom CSS
4 Child theme CSS
5 Page or post CSS
September 21, 2023 at 07:03 UTC - Views: 4 #73439 -
AuthorPosts
- You must be logged in to reply to this topic.