[UNDERWATER PRO] two issues

Home Forums All Other Themes [UNDERWATER PRO] two issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186021
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 30
    • Replies: 72
    • Total: 102
    Member since: May 16, 2020

    Hello SKT support,

    Is it possible to have the “Services” centered on the page in stead of aligned left? (https://redpilldesign.nl/osvdelphis/)

    And is is possible to have a semi transparent band over the Titel and Subtitle on the Default slider like in the Header layout and menu bar?

    Regards,
    Hasso

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .servicesrow { text-align: center;}
    .slider-main .nivo-caption .nivo-caption-content { background-color: rgba(0,0,0,0.5); display: table; padding: 30px;}
    .slider-main .nivo-caption .slidedesc { margin: 10px auto 0;}

    Regards,
    Dave

    #186053
    RED PILL DesignRED PILL Design
    Participant
    • Topics: 30
    • Replies: 72
    • Total: 102
    Member since: May 16, 2020

    Thank you Dave for the quick response.

    The background is now boxed, but I would like a bar across the entire screen from left to right.

    Thank you in advance.
    Hasso

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

    Hi,

    Kindly use this CSS for bar across the entire screen.

    .nivo-caption { width:100% !important;}
    .slider-main .nivo-caption .nivo-caption-content { max-width:inherit !important; width:100%;}

    Regards,
    Dave

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