-
AuthorPosts
-
April 9, 2019 at 1:10 pm #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
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.
April 9, 2019 at 3:43 pm #1088688I 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)
April 9, 2019 at 7:50 pm #1088837Hi mirr,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaApril 9, 2019 at 10:03 pm #1088899Added this to the private content, with the login so you can see the homepage
April 11, 2019 at 4:32 pm #1089616Hi mirr,
Try adding this css code:
#top .avia-slideshow-arrows a:before { background-color: transparent; }
Best regards,
NikkoApril 11, 2019 at 5:21 pm #1089630Thanks 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!
April 13, 2019 at 4:18 pm #1090378Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.