Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #793066

    Dear support team,
    we would like the “slider arrows left/right” match the design, font type and color of the “back to the top arrow”.
    So far the slider arrows appear thin and quiet different to the “back to the top arrow”.
    Regards,
    Bernd

    #793067

    P.S.:
    For the “back to the top arrow” (scroll top link) we use the following settings:
    #scroll-top-link {
    color: #ffffff;
    font-size: 50px;
    border: 0px solid #ffffff;
    background-color: #a80000; }

    #793106

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #793219

    Hi Mike,
    thank you for your fast reply. You will find the URL bellow.
    Regards,
    Bernd

    #793241

    Hi,

    I have checked it and the arrows looks similar. Is this already fixed?

    Best regards,
    Nikko

    #793244

    Hi Nikko,
    not yet. The arrows look totally different :-).
    The slider arrows (right/left) should match the “back to the top” arrow, which Enfold places in the lower right corner of each screen.

    Here are the seetings:

    #scroll-top-link {
    color: #ffffff;
    font-size: 50px;
    border: 0px solid #ffffff;
    background-color: #a80000; }

    How can I modify the slider arrrows the same way?

    Regards, Bernd

    #793661

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top .avia-slideshow-arrows a {
    color: #ffffff!important; 
    font-size: 50px!important; 
    border: 0px solid #ffffff!important; 
    background-color: #a80000!important;  }

    Best regards,
    Mike

    #793761

    Hi Mike,
    thank you! We are close :-).
    There is a tranparent grey pattern overlapping the background color.
    As a result the background #a80000 appears much darker.
    I found out by testing it with background-color: #ffffff!important;
    You can see the result by using the attached link.
    Best regards,
    Bernd

    #793844

    Hi,

    Please try this for the arrows:

    .avia-slideshow-arrows a::before {
      color: #ffffff !important;
      font-size: 50px !important;
      border: 0px solid #ffffff !important;
      background-color: #a80000 !important; 
    }

    Best regards,
    Rikard

    • This reply was modified 6 years, 11 months ago by Rikard.
    #794251

    Hi Rikard,
    it work perfect. Thank you so much for the great support!
    All the best,
    Bernd

    #794606

    Hi Bernd,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #804496

    Hi Rikard,
    thank you for your help.
    This topic can be closed.
    Best regards,
    Bernd

    #804775

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Slider arrows (full screen slider)’ is closed to new replies.