Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1289538

    hello and thank you for the amazing support.
    i am working on a new project and have encountered multiple problems for which i’d lke to ask your help.
    please refer to this page

    and here is what i would like to know:
    – easy slider: can i make the caption the same as on a regular image caption
    (full background white, text center, 30px, please compare slider on top with image below)

    – easy slider: can i change arrow color, bullet color, arrow background?

    – hamburger-icon: can i make it thicker/bigger or change to a custom design?

    – columns: can i have the space, vertical and horizontal, smaller and equal

    – mobile menu: can i make the vertical space between text smaller and no fade on hover?

    hopeully you can help me and keep up the great work!

    #1290291

    Hey lachien,

    Please try to stick to one problem at a time in the future. Try this in Quick CSS for your first request:

    .avia-caption.av-slideshow-caption {
        width: 100%;
        text-align: center;
        height: 100%;
        padding-top: 25%;
    }

    Best regards,
    Rikard

    #1290390

    thank you rikard
    sorry, i will stick to one topic in the future.
    i think we are on the right track with this.
    the caption is now centered, how ever only on the 1/1 columns, the 1/2 comlumns are off.
    also the background is not fully covered, only around the caption.
    is it also possible to reduce opacity of the white background to 0.9?
    “opacity: 0.9;” is reducing the opacity for text too.

    thank you for your help!

    #1291194

    Hi,

    Sorry for the late reply. I wasn’t able to find a solution for your first request unfortunately. You can try this in Quick CSS for your second request though:

    #top .avia-slideshow-arrows a {
        color: red;
    }
    .avia-slideshow-arrows a:before {
        background: rgba(0,0,0,0.3);
    }
    .avia-slideshow-dots a.active, .avia-slideshow-dots a:hover {
        background: green;
    }

    Best regards,
    Rikard

    #1292762

    thank you very much rikard

    i will try that and let you know

    #1293159

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1295306

    thank you rikard,

    that worked fine, thank you so much.
    one more thing i would like to ask your help with:
    how can i change the color of the dots from black to white?
    the arrows and dot-hover is now in the color i was looking for.

    if you could help me with this, and then this topic can be closed.

    #1295307

    just found a solution! you can close this topic. thank you!

    #1295381

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Easy Slider, Mobile Menu & Columns’ is closed to new replies.