Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1088653

    Hope you can help me out!
    I need to make the design like this:
    A news slider with the latest items and arrows, so only title and no images
    news

    At the end of the header (I used content section) I need this to be my scrolldown arrow, instead of the standard arrow.
    And I also need a small bar where you can choose an other image.
    bottom

    #1088688

    I got the news items, only thing is that the slider arrows show darker then the color I give in css??

    #top .avia-slideshow-arrows a.next-slide {
     opacity: 1;
        right: 130px;
       top: -60px;
     background: #139eda;
        color: white;  
    }

    Only I don’t know how to fix the arrow and the bar below (because this needs to be the bottom of the screen, attached to the slider)

    #1088837

    Hi mirr,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1088899

    Added this to the private content, with the login so you can see the homepage

    #1089616

    Hi mirr,

    Try adding this css code:

    #top .avia-slideshow-arrows a:before {
        background-color: transparent;
    }

    Best regards,
    Nikko

    #1089630

    Thanks that works! Only thing is, when I scale the arrows do a weird slide in positon.

    This is what I did

    #top .avia-slideshow-arrows a.prev-slide {
     opacity: 1;
        left: 130px;
    top: -60px;
       background: #139eda;
    color: white;  
    }
    
    #top .avia-slideshow-arrows a.next-slide {
     opacity: 1;
        right: 130px;
       top: -60px;
     background: #139eda;
        color: white;  
    }

    And do you think you can help with the second image? So the image of the down arrow and a white bar as a language menu. Thanks a lot!

    #1090378

    Hi mirr,

    I apologize the delayed response.

    Only thing is, when I scale the arrows do a weird slide in positon.
    I could not see this, can you give us steps how we can reproduce this or maybe a screenshot showing the issue?

    And do you think you can help with the second image? So the image of the down arrow and a white bar as a language menu
    I think you can use a Widget Area or Code Block for that.

    Best regards,
    Nikko

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