Construction Theme

Home Forums All Other Themes Construction Theme

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #118062
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    https://epropertycare.com/

    Is there a way I could add words across the main page slider?

    Not in the current box, but across the whole image

    Maybe it’s not possible, idk -please advise.

    -J

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .slider-main .nivo-caption { width:100% !important; height:100% !important; text-align:center !important; padding:100px 0 0 0 !important;}

    Regards,
    Chris

    #119285
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    epropertycare.com

    How do I get the background screen to go over the entire image?

    The text to center and the text to either be disabled on mobile or render correctly?

    Thank you.

    -j

    #119288
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    One more thing…

    epropertycare.com

    How to hide title and description on slider from ipad?

    thanks again.

    -J

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

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Chris

    #119349
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    https://snag.gy/Xj51cW.jpg

    See how the first part of the photo there is no opacity overlay?

    Also, is there a way for the words to not show up on ipad? like nivo.caption display none or something?

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

    Hi,

    Kindly use this one.

    .slider-main .nivo-caption { width:100% !important; height:100% !important; text-align:center !important; padding:100px 0 0 0 !important; left:0 !important;}

    Regards,
    Chris

    #119482
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    Thank you.

    One last thing…how do you turn off the caption display on mobile?

    Thanks again

    -J

    #119483
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    Well, all words on slider banner…I can see that they don’t display on phone vertical, but phone horizontal and ipad they do…

    Just clarifying…j

    #119533
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    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:479px) {
    .nivo-caption { display:block !important;}
    .nivo-caption .slide_info h2 { font-size:16px !important;}
    .nivo-caption .slide_info p { font-size:14px !important;}
    .nivoSlider img { max-width:150% !important; width:150% !important;}
    }

    Regards,
    Chris

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