Forum replies created
Hi,
I cannot find the problem.
Please tell me which option is not clickable.
I randomly selected a font family and it’s clickable.

Thank you.
Hi,
This information is in WordPress database.
Options table
Option name siteurl and home
You have to ask your web hosting company to help, if you do not know anything about database.
Thank you
You are welcome.
Hi,
Use the following in your Theme Options -> Custom CSS
body #header.sticky-header {
background: #fff none repeat scroll 0 0 !important;
}
#nav a {
color: #000 !important;
}
Currently there is a rgba code for your menu background color which give it a transparent look.
The above code makes your sticky menu background white color ( opaque ) and menu item black color.
You can change the color hex code.
http://www.colorpicker.com/
Thank you
You are welcome.
You are welcome.
Hi,
Please use the following in Theme Options -> Custom CSS
.home-content-boxes h2 {
color: #000 !important;
}
Thank you
Hi,
Login to your WordPress.
Go to Theme Options -> Styling -> Menu
Find the setting -> Or custom menu color
Uncheck the “transparent” check box.
Save Changes.
Thank you
Hi,
It’s not possible to center it automatically.
You can move it using relative positioning.
Use the following in your Theme Options -> Custom CSS
.carousel-caption a {
float: none !important;
left: 90% !important;
position: relative !important;
}
Thank you
Hi,
I am not able to reproduce this issue on my localhost test site.
You are using the site origin page builder plugin, which is not our product.
Maybe it’s causing issue.
Maybe you entered the blog shortcode twice?
Thank you