Modify a theme

Home Forums IT Consultant Support Modify a theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #106549
    niksi87niksi87
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: August 28, 2018

    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

    #106554
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    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 page

    Ans: 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,
    Dave

    #106559
    niksi87niksi87
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: August 28, 2018

    Its 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

    #106560
    niksi87niksi87
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: August 28, 2018

    It is not the same responsibility when i rotate mobil phone

    #106562
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #106564
    niksi87niksi87
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: August 28, 2018

    How to remove Menu text?

    http://prntscr.com/kp37ac

    #106565
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    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,
    Dave

    #106588
    niksi87niksi87
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: August 28, 2018

    I 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

    #106738
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30638
    • Total: 30638
    Member since: August 16, 2013

    Hi,

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.