Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberHi martinfrance1,
Basically this Project section is coded to open the link of any external project in new tab.
And yes you can remove the codearget="_blank"
from custom-functions.php, line 693 to open the link in same tab.Thank you so much for the effect to change code your own way.
Regards
Grace ThemesGrace Themes
MemberHi,
To hide the menu image in the Section 1 “Our Menus”
Go to the Appearance -> Editor -> style.css
add below css code at the end of file.menugallery .mymenufilter .menuthumb { display:none; } .menugallery .mymenufilter { width:auto; }
Please do this changes and let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberHi martinfrance1
Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.
We will happy to help you.
Regards
Grace ThemesOctober 31, 2018 at 5:31 am in reply to: remove bullets from footer menu and from widget cat list #11702Grace Themes
MemberHi,
To remove the bullets from footer menu and sidebar widget
Go to the Appearance -> Editor -> style.css
add below css code at the end of file.footer ul li { list-style:none; } #sidebar ul li { list-style:none; }
Please do this changes and let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberHi Jesus,
The Endanger PRO theme comes with ready to use demo content and images that allows you to set up your website in no time at all.
We also provide .xml file to import demo data into your website.
Please check and let me know if you have any question.
Regards
Grace ThemesOctober 25, 2018 at 1:13 pm in reply to: header logo distance to the top and bottom of the header #11668Grace Themes
MemberYou are most welcome..!
Grace Themes
MemberHi William Ackah,
To change the logo image size
Go to the Appearance -> Editor -> functions.phpat line no 35 find the below code and change the width and height of logo image
add_theme_support( 'custom-logo', array( 'height' => 50, 'width' => 100, 'flex-height' => true, ) );
Then re-upload new logo image from WordPress Customizer
Regards
Grace ThemesGrace Themes
MemberYou are most Welcome..!
Grace Themes
MemberHi,
To solve this issues add below css code in Appearance -> Editor -> style.css
.blog-post-repeat .post-thumb img { float:none; }
Regards
Grace ThemesGrace Themes
MemberYes, you can also add custom css in Additional CSS
Grace Themes
MemberHi sitesetter,
Please send your website URL WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Themes
MemberYou are most welcome for any support..!
Regards
Grace ThemesGrace Themes
MemberHi Leo McLaughlin,
Please send your website URL and WordPress admin login details at [email protected]
We will import the demo content and setup the theme on your website.Regards
Grace ThemesGrace Themes
MemberHi,
Please send your website URL and WordPress admin login details at [email protected]
We will import the demo content and setup the theme on your website.Regards
Grace ThemesOctober 18, 2018 at 5:33 am in reply to: header logo distance to the top and bottom of the header #11514Grace Themes
MemberHi,
To reduce the logo distance to the top edge and bottom of the header
Go to the Appearance -> Editor -> style.css
add below css code at the end of style.css file.logo { padding: 5px 0; }
Regards
Grace Themes -
AuthorPosts