Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1423531

    Hi, I need help on this site of mine http://www.milabynight.it

    1) I attach an image of a strange error that appears on iOS (mobile phone and tablet
    2) I kindly ask if on the page https://www.milabynight.it/press/ it is possible to have the bands with the thinner and more colorful captions #fc6c12

    Thanks Gianluca

    #1423807

    Hey Gianluca,

    I’m not sure I understand what you are referring to or want to change, could you share screenshots highlighting both problems please?

    Best regards,
    Rikard

    #1424071

    Hi Rikard
    here you can see what I mean https://www.milabynight.it/wp-content/uploads/2023/10/IMAGE.png
    it is possible to have the bands with the thinner and more colorful captions #fc6c12?

    I need to have the colour set #fc6c12 instead of #960a18 and reduce the height of them?

    #1424075

    Hi,

    Thank you for the screenshot.

    You can use this css to adjust the height of the caption container.

    .av-masonry-entry .av-masonry-date.meta-color.updated {
        display: none;
    }
    
    .av-masonry-entry .av-inner-masonry-content {
        padding: 10px;
    }
    

    To change the background color, please add this.

    .main_color .container .av-inner-masonry-content, #top .main_color .container .av-masonry-load-more, #top .main_color .container .av-masonry-sort, .main_color .container .av-masonry-entry .avia-arrow {
        background-color: #fc6c12;
    }
    

    Best regards,
    Ismael

    #1424129

    Perfect!
    You’re great as ever

    #1424154

    Hi,

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

    Best regards,
    Rikard

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