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

    Hello,
    i’m using a full-slider and want the heading to appear in big and small letters, just as i typed it in in the backend. But on the frontend there is just big letters, wich makes extremly hard to read, because i use the font blackwords.
    Is this possible and am i just to stupid to find it in the configuration?
    Or is there any other workaround?

    Thanks in advance!
    Jan

    #996736

    Hey Jan,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #997050

    Hey Victoria,
    thanks for your quick response!
    Here is the link:

    Can you please also check, why the Logo in the header is not appearing. It’s only appearing as soon as you sroll down, but you can press the invisible Logo, to get to the mainpage…. I couldn’t figure out yet, why it’s behaving like that.
    Thanks in advance.

    Best greetings from germany!
    Jan

    #997156

    Hi Jan,

    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

    
    #top .av_header_transparency.av_alternate_logo_active .inner-container .logo a img {
        opacity: 1;
    }
    

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997496

    Hi Victoria!
    Thanks for the CSS, it worked out well. But still have the problem with the big letters and the small letters. I want all letters to be showen in the frontend, as i wrote them in the backend. Can you tell me how i can manage this?

    Thanks in advance!
    BTW: Here is a Admin-Login

    Best regards
    Jan

    • This reply was modified 6 years, 3 months ago by Victoria.
    #998007

    Hi Jan,

    Oh.. sorry I missed that part.

    
    .avia-caption-title strong {
        text-transform: none;
    }
    

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

    #1000411

    Thanks a lot! It worked out, BUT i use a Color section and a Special heading-Element as a Header on every page (H1) for the heading in the same font-style so i still have the problem with all other H1 headings with this font-style. Can you tell me how to get rid of the problem, so big and small letters in H1 always looks like in the backend?

    Thousand thanks in advance!
    Jan

    #1000583

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Slider Caption */
    
    .slideshow_caption strong, div .slideshow_caption h2 strong {
        text-transform: capitalize;
    }
    
    
    

    Best regards,
    Vinay

    #1000611

    Hi Vinay,
    thanks, but all the letters in H1 are still big in the frontend, despite i wrote them in small letters in the backend. For example, i write ” Jetzte reservieren” in the backend, and it is showen as “JETZT RESERVIEREN” in the frentend, when i use a special-topic-elemet, even if i add the code you gave me.

    Thanks in advance!
    Jan

    #1000757

    Hi Jan,

    Sorry for the problems, please try this CSS as well:

    .av-special-heading-tag {
      text-transform:none !important;
    }

    Best regards,
    Rikard

    #1000794

    ….worked out very well! Thanks a lot!

    Best greetings
    Jan

    #1000910

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Big and small Letters in Slider-text’ is closed to new replies.