Hi @berenice91
Thanks for contacting us,
for this you can paste the following css code in custom css filed (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed )
.service-area:hover {
background: #60bca0 !important;
border: 1px solid #60bca0 !important;
}
.home-portfolio-showcase-overlay, .home-blog-btn a {
background-color: #60bca0 !important;
}
.navbar .navbar-nav > .active > a
{
background-color: #00c2a9 !important;
}
Change color code as you need.
and you can change the font by using the given plugin
https://wordpress.org/plugins/easy-google-fonts/
Any confusion lets me know.
Thanks
thank you!!!
Now I am trying to eliminate the green leaf image, I already achieved it; but the title is not deleted. You can help?
When I manage to remove it, the page remains below the menu.
Hi @berenice91,
For this paste, the following css code in custom css filed
.page-title-col h1
{
display: none !important;
}
Thanks
-
This reply was modified 8 years, 3 months ago by
Imran Ali.
HAS HELPED ME A LOT OF YOUR HELP.
A FEW MORE DETAILS HAVE EMERGED.
IN THE TEXT OF MY FORM CONTACT, THE TEXT THAT IS WRITTEN DOES NOT ACCEPT VERSE, HOW CAN I CHANGE THAT COLOR OF TEXT?
I WANT TO ADD THE ICONS TO THE FOOT OF PAGE, BUT MY BACKGROUND IS WHITE AND DOES NOT COME UNTIL I PASS THE COURSES ON THEM (IN COLOR GRAY TENUE). HOW CAN I CHANGE THE COLOR OF THOSE ICONS?
Hi @berenice91,
For change text color you can paste the following css code in custom css filed
textarea
{
color:#000 !important;
}
and change footer background color you can paste the following css code in custom css filed
.footer_section {
background-color: #373941 !important;
}
Thanks