Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #775111

    I know there are solved tickets about this issue but for some reason it’s not working for me
    i tried using

    .avia-content-slider-inner .slide-entry-title{
    font-size: 18px!important;
    }
    
    .slide-entry p {
      font-size: 13px!important;
    }

    but for some reason it doesn’t have any effect and my text size in the content slider stays the same
    a link to the site with this problem is in the Private Content – the content slider in question is obviously the one in the right side (but there are more like it if you scroll down the page)
    will appreciate any help

    #775124

    Hey Doron,
    Try this code in the General Styling > Quick CSS field:

    .new-special-heading h3, h3.slide-entry-title{
    font-size: 18px!important;
    }
    
    .p1, .s1, .slide-entry-excerpt p {
      font-size: 13px!important;
    }

    Best regards,
    Mike

    #777114

    Hi Mike
    I tried it but still no effect on the text size
    :(

    #777122

    wait.. may be I found a workaround
    in the text editor I simply warped the text with the code <p style="font-size:13px">....</p>
    so far it seems to be working
    the only problem is I now need to manually put it in each slide..
    for now it’s o.k but I really wish there was a better solution

    #777478

    Hi Doron,

    Here is the code you can put in Enfold child theme style.css

    
    .slide-entry-excerpt.entry-content {
          font-size: 12px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #778288

    hello Victoria
    thank you for your help
    I’m not sure why but it still not working (i also tried adding !important;)
    so for now i’ll stay with my workaround
    thanks

    #778295

    Hi,
    I retested this quick css code and it works on my end, perhaps it was a caching issue, but if you are happy with your work around we will close this. Thank you for using Enfold.

    .new-special-heading h3, h3.slide-entry-title{
    font-size: 18px!important;
    }
    
    .p1, .s1, .slide-entry-excerpt p {
      font-size: 13px!important;
    }

    this makes the text 13px & the headings 18px

    Best regards,
    Mike

    #931960

    Hi,

    I use a content slider, I need the body text in the content slider to be aligned left-middle, leaving equal space above and below the “text content”.
    Can someone help me…

    Thanks in advance

    #932211

    Hi,
    Please include the url to the page in question so we can take a closer look. Also please explain if you are looking at the space above & below the whole content slider element, the space above the title and below the content text, or the space above & below the content text.
    I hope this makes since, there is a lot of padding and margin within the element.

    Best regards,
    Mike

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