commentcoza
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Business One] Color ChangeHi,
For the Menu Hover, paste the code below in Appearance/Business One Options/CSS Code: [Replace the color with the color of your choice].navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #0D669E;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #0D669E;
}
.navbar-default .navbar-link:hover {
color: #0D669E;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #0D669E;
}Portfolio (+): is an image, you need to go to image folder in wordpress root and replace the image.
For the Skills:
.section-about .p-experience {
color: #ff9d4c;
}
.progress-bar {
background-color: #ff9d4c;
}Forum: Themes and Templates
In reply to: [Business One] Change colour in home pageHi, I need to change the colour of the:
head and footer menu text hover colour
background colour of the page header area (the orange area)
how do I do it?Forum: Themes and Templates
In reply to: [Business One] Change colour in home pageHi, I opened css/style.css but there is no code in it. Do I have to add the code, if yes please give an example.
Forum: Themes and Templates
In reply to: [Business One] contact page not showingHi,
I deleted it and recreated it, and its showing now. But it doesn’t have a header image and like other pages. How do I fix that.
How do I make all page except blog page to be full width?Forum: Themes and Templates
In reply to: [Business One] contact page not showingI created contact page template.