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

    Hej Kriesi-team
    I am using Enfold in combination with woocommerce. My client wants to have different texts in the shop header (caption on slider) depending on regular og wholesale customers, stating different offers. Because am using woocmmerce plugin, I only can use Default Editor, and here only easy slider, with no size adjustment functionality. Is there a possibility to change the side of the text in the caption on the easy slider?
    And generally: can I set up different sliders depending on the role (regular customer, wholesale customer)? Meaning if you login on your account, then to the webshop, then I would like to have an header slide with caption specific for this role.
    Thank you very much in advance for your reply.
    Kind regards
    Ronald

    #681897

    Hey Ronaldgoudriaan,

    Thank you for using Enfold.

    It is possible to adjust the font size of the caption title and content but you cannot set a specific content based on user roles. Please use this in the Quick CSS field:

    /* title */
    .avia-slideshow .avia-caption .avia-caption-title {
        font-size: 15px;
    }
    
    /* caption */
    .avia-caption-content {
        font-size: 12px;
    }

    Best regards,
    Ismael

    #682365

    Thank Ismael for reply :-)

    I forgot to ask following:
    I found out that I can write a rule based text in the template file, but I wonder if I can adjust the size and the color as well with some codes.

    Thanks in advance for your reply
    Kind regards
    Ronald

    #682947

    Hi Ronald,

    I’m not sure I understand the question in your last post, could you try to explain a bit further please?

    Regards,
    Rikard

    #683109

    Hej Rikard
    Sorry, forgotten that I asked the question before, I got an answer from your collegue Andy, message number
    #682639 (question #681221), You can close this case.
    Kind regards
    Ronald

    #684957

    Hi Ronald,

    Ok, thanks for letting us know and sorry for the late reply.

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘change caption text (size) on header (easy) slider’ is closed to new replies.