Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1032174

    Hi,
    I’d like to change global button text size, since it too small proportionally to other elements.
    Is there any quick css code for that?
    Thanks!

    #1032456

    Hey mooshonov,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-slideshow-button font {
        font-size: 20px;
    }

    Best regards,
    Rikard

    #1032471

    Thanks Rikard. I was might misunderstood. I actually meant to all buttons over the website including the ones on the slideshows.
    Thanks very much.

    #1033178

    Hi mooshonov,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-button {
      font-size: 16px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1033377
    This reply has been marked as private.
    #1033771

    Hi,

    Are you referring to custom.css in your child theme? If so then it should not be overwritten on updates.

    Best regards,
    Rikard

    #1033818

    Hi Rikard,
    I’m referring to “themes/enfold/css/custom.css” – does that path is being rewrite after a theme casual update?

    #1034586

    Hi mooshonov,

    Well, it is safer to use a child theme and put the css in the styles.css there. It should work in Quick css too, if you have any code there, please validate it, there might be some error.

    Best regards,
    Victoria

    #1034708
    This reply has been marked as private.
    #1035030

    Hi,

    Style.css is a required file in any theme, are you sure that you don’t have one? It should work in Quick CSS as well like Victoria pointed out, you might want to try that out.

    Best regards,
    Rikard

    #1036503
    This reply has been marked as private.
    #1037015

    Hi mooshonov,

    Well, yes it will be overwritten. Does it not work in Quick css?

    Best regards,
    Victoria

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