Several questions

  • This topic has 5 replies, 2 voices, and was last updated 2 years ago by J. Davis.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1277429
    margaret Njeri
    Participant

    How can I make the main slider to full with but have the rest as it is?
    2: I would like to remove the More Info button on the home slide whenever I delete it it breaks the whole page.
    3 I have tried to add other pages to the parent category home page but the page breaks the front page the same way it does when i remove the more information button.
    4. How do I change the font colour of the menu and the next on the slide show?
    5. can I have several reviews on the review section like a casserole.

    #1277980
    J. Davis
    Keymaster

    Hi,

    Thanks for your questions.

    1. You may navigate to Appearance > Customize and switch the layout of the site to the Wide one.
    2. You may try to hide the button adding the style below to Appearance > Customize > Additional CSS:

    .luviana-front-page-header .child-pages-list .child-page-content .more-link {
    display:none;
    }

    3. You need to add a read More Block to cut off the rest of the page content. The Read More block adds the button to the slider.
    4. You may try to use available options at Appearance > Customize > Colors or apply custom styles using CSS.
    5. Could you please clarify this question in more detail? Screenshots or examples are appreciated.

    best regards,
    J. Davis

    #1279519
    margaret Njeri
    Participant

    You may try to use available options at Appearance > Customize > Colours or apply custom styles using CSS.

    There’s no an option at the Appearance > Customize > Colours section, what is the correct css code for it?

    #1279520
    margaret Njeri
    Participant

    Screenshot

    5. Could you please clarify this question in more detail? Screenshots or examples are appreciated.

    We would like to display a few selected reviews of the rooms on our front page

    #1279521
    margaret Njeri
    Participant
    #1280097
    J. Davis
    Keymaster

    Hi,

    Thank you for your reply.

    1. You may change the text color of the header menu by editing the Light Header Text Color option at Appearance > Customize > Color. As for the text color at the slider then you may apply the style below:

    /* Edit color of the slide description */
    .luviana-front-page-header .child-pages-list.slick-slider p{
    	color:#000;
    }
    /* Edit color of the slide heading*/
    .luviana-front-page-header .child-pages-list.slick-slider h2{
    	color:#000;
    }

    2. You may try to add Media and Text Slider block to the page in order to add a slideshow of reviews instead of the default testimonials.

    best regards,
    J. Davis

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