mcgyver2005
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sportpress Featured EventDear Cesere,
Your code doesn’t work.
We (me end my friend The Matrix) put it into:
Personalize-additional cssI try to put it into miscellaneous-Custom CSS/Js but i have the same problem and the color has not changed…
Can you help us?
Thanks- This reply was modified 4 years, 4 months ago by mcgyver2005.
Forum: Themes and Templates
In reply to: [Wallstreet] home page colorI have found the code around the forum and i put it into my CSS
But there are two little problems
1) i’m not to be able to change the WIDGET TITLE COLOR
2) i’mo not to be able to change the LINE COLOR
To understand watch my image
https://ibb.co/f1ObQnThis is the CSS CODE that i used to modify color (menu, toolbar ect.)
.slide-text-bg2 h1 {
color: #382 !important;
border-color: #382;
}
.slide-text-bg3 p {
color: #382;
}
.header-top-area {
background: #382 !important;
}
.service-area h2 > a {
color: #00000 !important;
}
.service-area p {
color: #00000 !important;
}
.service-area:hover {
background: #382 !important;
border: 1px solid #00000 !important;
}
.dropdown-menu > li > a:hover
{
color:#382 !important;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus
{
background-color:#382 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
color:#dd9933 !important;
}
.breadcrumbs > li >.active
{
color:#dd9933 !important;
}.header-top-area, .sidebar-widget-tab > .active a, .pagetitle-separator-box {
background: none repeat scroll 0 0 #382 !important;
}
.home-portfolio-showcase-overlay, .home-blog-btn a { background-color: #382 !important; }.home-blog-area:hover .home-blog-info h2 > a { color:#382 !important;}
Forum: Themes and Templates
In reply to: [Wallstreet] home page colorSorry…
I Think that with your code all voice in my website change color. But now i have header with correct color and other parts (menu, section ect. Ect.) That have old color.where did I go wrong?
Forum: Themes and Templates
In reply to: [Wallstreet] home page colorok great
thank youForum: Themes and Templates
In reply to: [Wallstreet] home page colorRajan sorry but i have another question.
How i can change the color of the top row?
The line before the menu…Thank you so much
Forum: Themes and Templates
In reply to: [Wallstreet] home page colorGreat!!!
Now it’s ok!Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] League table automatic pointsSorry…
In my league (Waterpolo) the winner take 3 point not 2
how can I change points for victory?