how do I do this ?

Announcement
Collapse
No announcement yet.
how do I do this ?
Collapse
X
-
حياك اللهOriginally posted by alsuheimat View Postmy forum منتديات ابناء الكرك
بالخدمة
1: Edit Page from the top
2: edit search module drag and drop were you want to add
3: save every thing
- Top
- Translate
- Bottom
Comment
-
English only please.
I think this is what you need:
Just add that in css_additional template.Code:.forum-list-container .category-header { background: #019dce; } .forum-list-container .category-header . category { color: #fff !important; }

My Amazon Affiliate Link
Fast vBulletin VPS Host:
This site is hosted by IONOS
- Top
- Translate
- Bottom
Comment
-
thanksOriginally posted by glennrocksvb View PostEnglish only please.
I think this is what you need:
Just add that in css_additional template.Code:.forum-list-container .category-header { background: #019dce; } .forum-list-container .category-header . category { color: #fff !important; }
- Top
- Translate
- Bottom
Comment
-
Post a screenshot of what you are looking for and I will write you a needed code here.Originally posted by tenis View PostWhat to put in CSS aditional to also change the text color of categories to white?
What is the code to change also for the modules in the right?
- Top
- Translate
- Bottom
Comment
-
Hello,Originally posted by zoran_dj View Post
Post a screenshot of what you are looking for and I will write you a needed code here.
The above code it is changing the category background color. And that's it.
I need also the code for changing text color of categories to white (Primary Module Subheader Text Color ) and the code for changing the background and text color of modules (Module Header Background and Module Header Text Color).
For the moment I did it by changing the templates but I want to make it by CSS additional.
See the printscreen attached.1 Photo
- Top
- Translate
- Bottom
Comment
-
For the Primary Module Subheader Text Color you can search and edit this stylevar "primary_module_subheader_text_color".Originally posted by tenis View Post
Hello,
The above code it is changing the category background color. And that's it.
I need also the code for changing text color of categories to white (Primary Module Subheader Text Color ) and the code for changing the background and text color of modules (Module Header Background and Module Header Text Color).
For the moment I did it by changing the templates but I want to make it by CSS additional.
See the printscreen attached.
For the Module Header Background and Module Header Text Color you can search and edit these two stylevars "module_header_background" and "module_header_text_color".
And if for some reason you need to change them with your css_additional.css template here are the CSS classes for them:
Code:.forum-list-container .category-header .category { color:{vb:stylevar primary_module_subheader_text_color} !important; }Code:.canvas-layout-container .widget-header { background:{vb:stylevar module_header_background}; }Code:.module-title h1 { color:{vb:stylevar module_header_text_color}; }
- Top
- Translate
- Bottom
- Likes 1
Comment
-
Well, I thought you did understand me, you should do it like this:Originally posted by tenis View PostThank you very much! And where do I put the color code?
Code:.forum-list-container .category-header .category { color:#yourcolorcode; }But I strongly suggest editing stylevars from your Admin Control Panel > Styles > Style Manager > Style Variable Editor instead.Code:https://htmlcolorcodes.com/
- Top
- Translate
- Bottom
- Likes 1
Comment
Latest Posts
Collapse
-
Reply to some ideas for new modsin Chit Chatby desmomax
I finally created a mod that allows you to add an icon to each post with options for sharing on other platforms. I honestly thought it was absurd that...
Today, 03:59 AM -
by flohseHi Glenn, what do you think about adding "Like Counts" similar to "Like Counts on Postbit and Profile" (when this mod is in use) in...Yesterday, 11:28 PM
-
Reply to push notification prompt?by desmomaxhy glenn
have you thought about this?Yesterday, 05:44 AM

Comment