seems like whenever we only change the language in a section (in editor window under “text) it totally loses its format and/or changes the word coloring so things become unreadable. Now the “Our Programs” section is completely out of format. Basically, we want to just use the exact theme set up as is, but change language. Editing the language is throwing it all off.
Seems like whenever we only change the language in a section (in editor window under “text) it totally loses its format and/or changes the word coloring so things become unreadable. Now the “Our Programs” section is completely out of format. Basically, we want to just use the exact theme set up as is, but change language. Editing the language is throwing it all off.
I set “background color for logo” to none
I set “background color for header” to none
I use the follow CSS code for another topic in my Custom CSS:
.logo{background:none !important;}
@media screen and (max-width:768px){
.logo{position:relative !important;}
}
But an orange background color keep appearing at logo area.
how to change this background color or set it to “none”? i didnt found any other control to do that.
We purchased this theme. We have reviewed the documentation many times but can’t seem to solve these issues. Please kindly cut and paste the answers/code so we may proceed with our launch. Thank you.
1) Problem: Home Section #1 “The Three Boxes…What’s Next, Membership, Personal Training”
We need the entire shortcode to enter into the “text” portion of the editor for this section. We tried editing (just adding our own words) the section and somehow the whole proportion is thrown off and it floats up into the slider home screen slider. Also all 3 of the background colors turned grey, the two “read more” boxes completely disappeared. We want the original colors, boxes and “read more” boxes as shown in the demo.
2) Problem: Home Section #6 “Start a personal training session with…”
Need the original shortcode for this section as well. Instead of the demo language we want these words: Join the community and start learning Fletcher Kempo (fletcher kempo should be in white color bold) The button should read “Start Now” (presently it reads “Get Started”)
3) Problem: Header Section
How do remove the copyright symbol and the words ” Copyright Select Themes” so it does not show up on our site homepage header and site?
4) Problem: Home Section #2 ” Everything About Fitness”
How do we change the icon pictures that are in blue? Most of them are fine but we need to change 2 or 3 of them.
5) Problem: Home Page Store Section
How can we hide this section until we finish our store? The other sections have a hide button, but we could not find a way to hide this section. We have not downloaded WooCommerce yet but will later.
6) Problem: Footer Section
How can we add Instagram and YouTube icons and social links to the footer?
We would deeply appreciate a prompt response. Thank you!
Kindly go to Appearance»Theme Options»Basic Settings»Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.show-bg nav ul li.current-menu-item a, .show-bg nav ul li.current_page_item a, .show-bg nav ul li.current-menu-item ul li a:hover, .show-bg nav ul li a:hover, .show-bg nav ul li.selected a { color:none !important;}
.show-bg nav > ul li a:hover, .show-bg nav ul li.current_page_item a, .show-bg nav ul li.current_page_item ul li a:hover { background:none !important;}
}
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
#topmenu ul li ul li {border-bottom: 1px solid #ff0000;}
#footer .rowfooter .footmenu li.current-menu-item a, #footer .rowfooter .footmenu li.current_page_item a {color: #ff0000 !important;}
.header .header-inner .nav ul li a:hover, .header .header-inner .nav ul li.current_page_item a, .header .header-inner .nav ul li.current_page_item ul li a:hover, .header .header-inner .nav ul li.current-menu-ancestor a.parent{color:#ffffff !important;}
Regards,
Dave
Author
Search Results
Viewing 15 results - 2,011 through 2,025 (of 3,301 total)