Home › Forums › All Other Themes › Trust | Header + slider mobile
- This topic has 11 replies, 2 voices, and was last updated 6 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
December 18, 2017 at 4:10 am #89798
Hello how are you?
I need three solutions with this website: https://marketingparacoaching.glabetmontenegro.com
1) That the header where the logo is is transparent. And so the logo can be seen above the image of the slider.
2) That the logo looks bigger. In the Basic Setting I left blank the “Logo Height” space, to show it the original size and it shows me the size that they see at this moment.
3) I need the description of the slider in the mobile version. Currently it is not seen.
December 18, 2017 at 7:52 am #89828Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
ChrisDecember 18, 2017 at 12:32 pm #89852This is the header that I mention to you. I can not place the biggest logo. How do I do it? And I want it to be transparent so that the logo is on top of the photo: https://imgur.com/a/VpU22
Here I show the slider in mobil. I would like it to be higher so that the original text of the slider looks complete: https://imgur.com/a/y5TN3
Thanks
December 18, 2017 at 12:54 pm #89853Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .logo img { height:auto;} @media screen and (max-width:479px) { .slide_info h2 { top:0 !important; font-size:15px !important; line-height:20px;} a.sldbutton { padding:0 !important;} }
Regards,
ChrisDecember 18, 2017 at 12:56 pm #89854Thanks Chris.
Is there a way to put transparent that header strip where the logo is?
you have not answered me that …
regards
December 18, 2017 at 12:59 pm #89855Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner { background-color: rgba(0,0,0,0.5); position: absolute;}
Regards,
ChrisDecember 18, 2017 at 1:04 pm #89856Chris
okay. it was relocated, but it is not transaparente.
Watch: https://imgur.com/a/AWHra
December 18, 2017 at 1:07 pm #89857Hi,
Kindly add this css code there:
.header .header-inner { background-color: rgba(0,0,0,0.5) !important; position: absolute;}
Regards,
ChrisDecember 18, 2017 at 1:12 pm #89858As I do for that last change in the header, does not the mobile version affect me?
Thanks again…
December 19, 2017 at 5:04 am #89893Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .header .header-inner { background:none !important; position:absolute;} .nivo-caption { top:180px !important;} .nivoSlider img { max-width:220% !important; width:220% !important;} }
Regards,
ChrisDecember 19, 2017 at 1:25 pm #89940¡GOOD!
Thanks Chris.
December 20, 2017 at 5:14 am #89999Hi Gabriel,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/13/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.