Home › Forums › All Other Themes › logo length
- This topic has 5 replies, 2 voices, and was last updated 6 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
February 16, 2017 at 10:08 am #62231
Hello,
I am using the SKT Simple pro theme. How can I change the length of the logo? I only found the logo heigth. The logo need at least as twice as long.
You can find the actual result here: http://gruene-oase-idstein.de
Best regards
HansFebruary 16, 2017 at 10:19 am #62233Hi Hans,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
.header .header-inner .logo{width:auto !important;}
Regards,
BradFebruary 16, 2017 at 10:32 am #62235Hello Brad,
it has worked out great. How can I reduce the upper and lower padding ot the logo?
Thank you
HansFebruary 16, 2017 at 11:52 am #62257Add this code in Custom CSS Box:
.header .header-inner .logo{padding:0 !important;}
Kindly crop your logo which have top and bottom space to remove more padding.
Regards,
BradFebruary 16, 2017 at 1:13 pm #62275Thank you Brad!
Is there a way to decrease opacity of the slider title while remaining opacity of the inner header?
Thank you
HansFebruary 16, 2017 at 1:25 pm #62277Add this code in custom css box:
.slide_info{background:rgba(64,117,34,0.1) !important;}
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.