Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberYou are most Welcome
June 23, 2017 at 5:53 pm in reply to: Removing slider title and description box on each image in slider #4859Grace Themes
MemberYou are most Welcome
Grace Themes
MemberHi Vinicius
To solve this issue
Go to Appearance -> Theme options -> Basic Settings -> Custom CSS
and use below css code in custom css box.nbs-flexisel-item img { cursor: default; }
Regards
Grace ThemesGrace Themes
MemberHi
We will look at this issue.
Regards
Grace ThemesGrace Themes
MemberThat’s Great.
Grace Themes
MemberHi Ana,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi Martin
Please send your website URL and WordPress admin login details for temporary at [email protected] and write in details in which order you want to display sections. We will then check and change the code as per your requirement.
Regards
Grace ThemesGrace Themes
MemberHi Andreas,
As you are using BizGrowh Free WordPress Theme so theme customization options are not available. The BizGrowth PRO theme has lots of options to customize the theme.
Please send WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi
The slider in your website http://youlius-award.de/ is working fine and the empty line is not displaying.
Please check.
Regards
Grace ThemesGrace Themes
MemberHi Vinicius
To remove the the links for Section 7
Go to Appearance -> Editor -> inc/custom-functions.php
at line no. 1038 you will find the below code
return '<li><a href="'.$link.'" target="_blank"><img src="'.$image.'" /></a></li>';
Now replace this code with this code
return '<li><img src="'.$image.'" /></li>';
Please do this changes and let me know your feedback.
If you are still getting any problem, you can send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.Regards
Grace ThemesGrace Themes
MemberYou are most Welcome
Grace Themes
MemberHi
Thanks for your suggestion.
We will look at this issue and implement in our next update.Regards
Grace ThemesGrace Themes
MemberHi Valery,
To change the ‘Menu’ name
Go to Appearance -> Editor -> header.php fileat line no. 61 you will find the below code and change the ‘Menu’ text
<a class="toggleMenu" href="#"><?php _e('Menu','powerclub'); ?></a>
Regards
Grace themesGrace Themes
MemberHi Henrik
It is not possible to change the position of slider caption for each slide.
If you don’t want to use this default image slider, you can use any image slider WordPress plugin
- Go to Appearance » Theme Options » Homepage Slider
- Enter your slider shortcode which is provided by plugin without php tag
To change the background color of tab title
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
use below css code and change the color code.tabs-wrapper ul.tabs li a { background-color: #cccccc; } .tabs-wrapper ul.tabs li a.selected { background-color: #96d668; }
Regards
Grace ThemesGrace Themes
MemberHi Brian,
To disable the homepage slider caption box
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
and use below css code.nivo-caption { display: none !important; }
Regards
Grace Themes -
AuthorPosts