Home › Forums › All Other Themes › Simple PRO
- This topic has 5 replies, 2 voices, and was last updated 6 years, 1 month ago by
Forum Moderator.
-
AuthorPosts
-
August 16, 2017 at 4:14 pm #81132
Dear Support!
I bought a Simple Pro theme.
I would like to remove the Textual Logo Tag under the logo.www.thetaworld.hu
https://goo.gl/photos/zBqsGmkuuV5Lyr6h7
Regards.
August 17, 2017 at 5:08 am #81149Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo span.tagline { display:none !important;}
Regards,
ChrisAugust 17, 2017 at 9:38 am #81224Dear Chris!
Thanks for the quick response!
A new problem has emerged.
I would like to increase the width of the logo img.
Now it does not let me over 300px.Regards.
GaborAugust 17, 2017 at 9:53 am #81226Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.header .header-inner .logo { width:30%;}
.header .header-inner .logo img { height:auto !important; width:100% !important;}
.header .header-inner .nav ul li a { padding:32px 15px !important;}Regards,
ChrisAugust 24, 2017 at 2:56 pm #81757Dear Chris!
A new problem arose.
I want to delete a short description of the “Home Page Four Boxes Section”. (on the picture)https://goo.gl/photos/twNKBKBudsREos7K7
Regards.
Gabor
August 25, 2017 at 10:10 am #81808Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.one_four_page_content { min-height:100px !important;} .one_four_page_content p { display:none;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.