Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi
Can you please write in details what problem you are getting?
Do you want to remove innerpage header image?
Please send your website URL and some screenshot on [email protected] to figure out the issues so we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi
All the information about the theme is mentioned in readme.txt file.
Regards
Grace ThemesGrace Themes
MemberHi Nenad,
To remove the white circle in the middle of the picture and to change the shape to square
Go to Appearance -> Editor -> style.css
add below css code at the end of style.css file.cntimage span.counter { display:none !important; } .cntimage, .cntimage img { border-radius:0% !important; }
Regards
Grace ThemesGrace Themes
MemberYou are most welcome.
Grace Themes
MemberHi
You can use maximum six pages to display in services section. The scrolling option is not available for this section. But with some css code changes we can display six pages in two rows.
If you want to do so please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.To add a url to the items listed in the special offer section, you can use a href tag
Please add a href tag before the [offer-services] shortcode like below<a href="http://google.com">[offer-services title="Paris and Bordeaux" oldprice="$499" newprice="$400" description="Suspendisse vel velit nullad phas." image="http://sitename.com/wp-content/themes/prevalent-pro/images/offertm2.jpg"]</a>
You can’t pickup content from post to display in this section.
Regards
Grace ThemesGrace Themes
MemberHi
The file upload functionality in default contact form is not available.
You can use Contact Form 7 WordPress plugin to create form with file upload option
https://wordpress.org/plugins/contact-form-7/
https://contactform7.com/file-uploading-and-attachment/Regards
Grace ThemesGrace Themes
MemberHi
You can also use these shortcode in any of the WordPress page.
For displaying all Testimonials Listing, use below shortcode
[testimonials-listing show=”10″]To view all shortcodes
Go to Appearance -> Theme Options -> Short CodesRegards
Grace ThemesGrace Themes
MemberHi,
The setting of displaying featured image of blog post as a inner page banner is not available.
The Featured image of blog post is displayed in content area.Regards
Grace ThemesNovember 29, 2017 at 7:11 am in reply to: "Causes Need Attentions" section feature is terrible #6958Grace Themes
MemberHi Gavin,
In this section you need to change the images and text content.
Regards
Grace ThemesGrace Themes
MemberHi Gavin,
Thanks for pointing this issue. We will update this theme to solve this menu color problem.
To solve this problem in your website
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
Add below css code and change the color code.sitenav ul li.current-menu-item a, .sitenav ul li.current-menu-parent a.parent, .sitenav ul li.current-menu-item ul.sub-menu li a:hover{ color:#2874a6 !important }
Regards
Grace ThemesGrace Themes
MemberYou are most Welcome..!
Grace Themes
MemberHi
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
and add below css code in custom css box.one_fourth { min-height: 360px; }
Regards
Grace ThemesGrace Themes
MemberHi Anu,
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you.
Regards
Grace ThemesNovember 25, 2017 at 1:30 pm in reply to: Bullet points in Woocommerce short product description not showing #6923Grace Themes
MemberHi Thomas,
That’s great. This is the perfect css code.
Regards
Grace ThemesGrace Themes
MemberTo increase the line height of website text
Go to Appearance -> Editor -> style.css file
at line no 19 you will find the below css code.
Just simply change height in: line-height:22px;body{ margin:0; padding:0; box-sizing:border-box; -ms-word-wrap:break-word; word-wrap:break-word; line-height:22px; margin:0; padding:0; color:#6e6d6d; font-size:13px; font-family:'Lato', sans-serif; }
Regards
Grace Themes -
AuthorPosts