Home › Forums › IT Consultant Support › Modify a theme
- This topic has 8 replies, 2 voices, and was last updated 6 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
August 31, 2018 at 11:32 am #106549
I bought Restro theme and i need some help.
1. How to move logo text near bottom?
http://prntscr.com/kp1n8c
2. How to change color on mobile to be transparentand same as on desktop?
http://prntscr.com/kp1ne0
3. How to move text on centar in this section?
http://prntscr.com/kp1nli
4. How to add slider on Page menu. Revslider. I want to add slider no image
http://prntscr.com/kp1ns1
5. I need 2 footer. 1 for Restoran page and second diferent for Svecana sala page
My site is www.malivikend.rs
August 31, 2018 at 12:14 pm #106554Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .logo { margin-top:35px;} #todayspecial-box h2 { left:50%; transform:translateX(-50%);} @media screen and (max-width:479px) { .header { position:absolute !important;} .header .header-inner .logo { width:100%;} }
4. How to add slider on Page menu. Revslider. I want to add slider no image
5. I need 2 footer. 1 for Restoran page and second diferent for Svecana sala pageAns: This is a custom requirement which would require some additional hours and doesn’t fall under theme support. Kindly connect with us on sktthemes.net/contact for a quote.
Regards,
DaveAugust 31, 2018 at 1:03 pm #106559Its bad for mobile like this. Slider is show behind. How to move slider down? Or move Menu tab on the top?
Or change color of logo background on mobile resposibility?
http://prntscr.com/kp2yt7
http://prntscr.com/kp2z34
August 31, 2018 at 1:06 pm #106560It is not the same responsibility when i rotate mobil phone
August 31, 2018 at 1:13 pm #106562Hi,
Remove
.header .header-inner .logo { margin-top:35px;} #todayspecial-box h2 { left:50%; transform:translateX(-50%);} @media screen and (max-width:479px) { .header { position:absolute !important;} .header .header-inner .logo { width:100%;} }
And add this new css
.header .header-inner .logo { margin-top:35px;} #todayspecial-box h2 { left:50%; transform:translateX(-50%);} @media screen and (max-width:767px) { .header { position:absolute !important;} .header .header-inner .logo { width:60%;} .toggle a { width:45px; margin-top:0; position:relative; top:-30px;} .header-inner { background-color:rgba(0,0,0,0.5) !important;} }
Regards,
DaveAugust 31, 2018 at 1:22 pm #106564How to remove Menu text?
http://prntscr.com/kp37ac
August 31, 2018 at 1:30 pm #106565Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .toggle a { font-size:0 !important; float:right;} }
Regards,
DaveSeptember 1, 2018 at 6:15 pm #106588I want the drop-down menu is over the entire length of the screen . and transparent. How to do that?
http://prntscr.com/kphpau
2. I want 2 separatly footer for 2 pages how to do that?
Thanks
September 3, 2018 at 10:27 am #106738Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .sitenav { overflow:visible !important; background-color:rgba(63, 63, 63, 0.8) !important;} }
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.