Okay
  Public Ticket #2791633
How to edit the layers (text, colors, images) in Unsyon Slider?
Closed

Comments

  • RODOLPHEDUPIN started the conversation

    Hello,
    in the slider, there is a slider layer.
    in the slider layer how to modify the layer tag?
    in the slider, there is a slider layer.
    in the slider layer how to add colors for the text?
  •  1,626
    Andrey replied

    Hello, Dear Customer!

    If you want to modify the layer tag and colors, please click WP Dashboard => Appearance => Sliders => Mainpage Slider=> click on the slider layer:

    http://prntscr.com/13pljtg

    http://prntscr.com/13plo60

    Best Regards!

  • RODOLPHEDUPIN replied

    Hello,
    thank you for your reply.
    but what I would like to know is where I can modify the configuration of the H3 tag to be able to set another font, another font size and another default color on the H3 tag.
    thank you
  •  1,626
    Andrey replied

    Hello, Dear RODOLPHEDUPIN! 

    You may simply change the text for layers in the slider. For example, click WP Dashboard => Appearance => Sliders => Main Slider.

    Select slide #1 and expand the Slider Layer. 

    Pay your attention to Text Layer: https://drive.google.com/file/d/1pGxR8KEAEaRSFIspiprZbu09K_hnpTad/

    For example, it contains the following text: Keep in touch & stay updated.

    Here you may change this text.

    Save changes for slide and slider globally: https://drive.google.com/file/d/1WSCjtbGnRtX7QCbGFI1JwODyhWAy1wqB/

    Using this method is possible to change text and image for every slider layer in each slide.

    In every our theme is possible to change color for text in slider. You may simply control the colors of the text layers in slider via HTML tags. For example, click WP Dashboard => Appearance => Sliders => Main Slider. Select slide #1 and expand Slider Layer. Pay your attention on Text Layer: https://drive.google.com/file/d/1_BeS2ZluGY0VzggI1Yj0sIgpL6pGRuLY/

    By default it contains the following code:

    <code><span class="grey">Rent,</span><br><span class="highlight semibold">Invest</span><br><span class="weight-black">& Trade</span></code><br>
    

    Change this expression on the following one:

    <br><code><span class="highlight semibold"><font color="white">Rent,</font><br><font color="white">Invest</font><br><font color="white">& Trade</font></span></code><br>
    

    Save changes for slide and slider globally: https://drive.google.com/file/d/1BSWY6S-xC4gLtHsAS5gKP3Syk1RrCUPx/

    You will receive the following result: https://drive.google.com/file/d/19-AZpKqJRd1VNE48bc_KpvmhIPdDiXHj/

    Please note, that you may change the "white" color parameter to any other. Here are the other color names which support HTML: https://www.w3schools.com/colors/colors_names.asp 

    Best Regards!


  • RODOLPHEDUPIN replied

    thank you very much for all these explanations
  •  1,626
    Andrey replied

    Hello, Dear RODOLPHEDUPIN! 

    Thank you for your response! 

    If you like our support and have a free minute - please give a positive rating for our theme. To do this - please log in at themeforest.net, click "downloads", choose and rate our WordPress Theme. 

    You may strongly rely on our support in the future. 

    Best Regards!

  • RODOLPHEDUPIN replied
    Hello,
    With the modifications that I put in place thanks to your help.
    I have a display bug on the slide when I navigate with a smart phone.
    here is the modification made:
    1) line: <code> <span class = "highlight semibold"> <font color = "Black"> Replacing your boiler: </font> </span> </code>
    2) line: <br> <code> <span class = "highlight semibold"> <font color = "Black"> New state aid </font> </span> </code>
    Can you tell me how to fix this bug and especially how to increase the size of the font on the home page button?
    thank you
    url: https://huc-climatisation-11.com/

  •  1,626
    Andrey replied

    Hello, Dear Rodolphe Dupin!

    All text with buttons does not fit in the mobile version of the slider, so for mobile devices, we moved the content to an additional section under the picture. Thus, the slider image and text remain in the mobile version.

    If you want to inches the size of the button in slider for mobile devices, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    @media (max-width: 680px) {
    .intro_section.page_mainslider .slide_description .theme_button {
        margin-top: 20px;
        padding: 11px 20px 11px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        }
    }
    

    Then save changes and check the results at front-end.

    Best Regards!