Home Forums Square Adding Extra to the Square Theme Homepage

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1001
    Devon
    Participant

    Good day

    Is it possible to

    1) Add an extra featured page on the home page, making it 4 featured pages instead of 3.

    2) On the home page slider, change the colour of the arrow icons to a different colour instead of the light blue.

    Thank you for the assistance

    #1009
    Hash
    Keymaster

    Hi,

    It is not possible to add extra featured page without making edit in code. Its a bit complex process to explain over here. But our team is available to paid customization if you want.

    To change the color of the arrow, here is the CSS code. Use some Custom CSS plugin to add the code.

    #sq-home-slider-section .bx-wrapper .bx-controls-direction a{
    background:#FF0000;
    }

    Change the hex value to your desired color.

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