Carla Birch
Well-known member
Thanks i understand the working of it nowInstead of {%#header%}, you would have the default color, so maybe #FFF
Instead of {%#header_background-color%}, put #header
Thanks i understand the working of it nowInstead of {%#header%}, you would have the default color, so maybe #FFF
Instead of {%#header_background-color%}, put #header
XF 1.4.3 will be released tomorrow so we probably get a new UIX release after that.How goes the update Mike?
In EXTRA.csshow i change text colour into search ballon? www.trollandia.it
#QuickSearch .formPopup .controlsWrapper {
color: #000000;
}
Style Properties: Login Bar1) i would change the text colour to black on register drop-down menu menu to white
Style Properties: ├ [UI.X] User/Mod Barand text on popup messages (of moderator bar + notification, that are both in white)
In EXTRA.csshi i am using your theme an di got 2 little little issue, your credit on foooter is black and i would like to change colour of the site link.
#copyright a:link {
color: #FFF !important;
}
In EXTRA.cssPlus i would cover the space of footer site. as you can see here (red marked thing)
.footerLegal .pageContent {
margin-bottom: 0px !important;
}
Style Properties: Login Bar
View attachment 89638
OR
Style Properties: ├ [UI.X] Header
View attachment 89639
View attachment 89640
Style Properties: ├ [UI.X] User/Mod Bar
In EXTRA.css
Code:#copyright a:link { color: #FFF !important; }
In EXTRA.css
Code:.footerLegal .pageContent { margin-bottom: 0px !important; }