Home Forums Pro Themes Travel Eye Pro Width of Homepage Carousel Gallery

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118402
    Carlos Herrera
    Participant

    Morning

    I want to know if it is possible to extend the width of the homepage carousel gallery. Ideally I would like it to reach from one side of the page to the other without any blank space on either side. Is that possible?

    Secondly on all my other pages and content on my links the text shows up as red which is perfect but on the homepage it remains black. I would like that text to also show as red for my links, is that possible?

    Any help you can give would be hugely appreciated.

    Many thanks

    Sonja

    #118510
    wensolutions
    Keymaster

    Hello,

    Can you please provide us your site URL so that we can provide you with the precise fix.

    Also regarding your first query, please provide us the screenshot of the section where you want to extend the width.

    Regards.

    #118541
    Carlos Herrera
    Participant

    Many thanks for coming back to me. I have attached the url and the url to the homepage but I can’t seem to attach a print screen or paste it. Can you suggest how I can do that, please?

    https://lasvegashappy.com/

    Homepage

    #118586
    wensolutions
    Keymaster

    Hello,

    To extend the width of the homepage carousel gallery, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .flickity-viewport figure.coblocks-gallery--figure{
               margin: 0px;
    }

    Above given CSS will extend your gallery only by small length as extending the width without any space on either side will affect the content below the gallery. So, to extend the width of the homepage carousel gallery, it requires code customization. And you can consider hiring a freelancer or professional developer.

    https://themepalace.com/hire-a-customizer/

    To display text as red for links, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,

    .home .entry-content .has-text-color span{
     color: #e60c0c;
    }

    Hope this helps.

    If you have further queries, kindly let us know.

    Regards.

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