Tagged: , ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #495483

    Hi there,

    I wanted to have the same font in the same size everywhere – but in the subtitles it is italic, in the promo box the size is smaller etc. I want the same font in the same size, not italic, everywhere. What can I do?

    Thank you!

    #495493

    Hey JVW234!

    Do you want to remove the prestyles our theme has.
    Have you tried the option to work from the Advanced CSS layout Editor we offer, from the Theme settings and edit the elements to all look the same?

    Best regards,
    Basilis

    #495495

    thank you for your hint! No I did not try that and I am not a programmer – is there a more easy way or could you me some further advice?

    Best Jennifer

    #495540

    Hey!

    Modifying the CSS from the visual builder of the theme options, is the easiest way, as it does not require any coding.

    Best regards,
    Basilis

    #495545

    When I check Design > editor > parent theme Enfold there are many php-datas I could individualize. Could you be a bit more concrete what to do now?

    Thank you…
    Jennifer

    #495930

    Hey!

    In order to apply css, please navigate to the general styling section of your theme options. After scrolling to the bottom of that section, you will see your custom css section.

    If you provide us with a link to your website (specifically the page with the promo box) we can provide you with the css necessary to change the font family and size.

    Cheers!
    Dake

    #496112

    Hi Drake,

    I have promo boxes on almost every page. I didnt realize you mean the Quick CSS section. Here are my login in datas.

    Thank you for your support!

    #496610

    Hey!

    please show us the page where you want to change the font. Give us a precise URL, so we can check it.

    Cheers!
    Andy

    #496618

    Hi :)

    #497087

    Hey!

    you can control font size in promo box with this code in Quick CSS field:

    .avia-promocontent p {
    font-size: 16px;
    }
    

    Cheers!
    Andy

    #497334

    Hi thx for that, it helped – but what about the other stuff like picture subtitles and the message box I talked about earlier and in the headline of this thread? I really mean for all elements :)

    Best Jennifer

    #497592

    Hi!

    I can’t find any picture subtitles on your website. Where can we find it? please give us a precise url and maybe screenshots would help (imgur, dropbox).

    Best regards,
    Andy

    #497594

    You guys just don’t believe me right :) Please check…

    #497601

    Hi!

    I still can’t see any picture subtitles on your second link. However, try this code:

    .wp-caption-text, #top .wp-caption .wp-caption-dd {
    font-style: normal;
    }
    

    Best regards,
    Andy

    #497617

    The subtitles are underneath the logos in the toggles, see toggle 2 from above for example.
    Regarding the second link I was talking about the message-box-element with the quote in the header:

    „Ein Mensch kann erst der Mensch sein, der er sein will, sobald er sich von seiner Angst zu reden und zu führen frei gemacht hat.“

    Using your code, the italic in the subtitles is gone but the font style stills looks different from the main content. The writing in the message box is still bold…

    Thank you for your help, I just leave it that way.

    #497642

    Hey!

    the font style (italic) is gone but the font style still looks different? adjust the code as needed by yourself. For example add font-size if you need it:

    .wp-caption-text, #top .wp-caption .wp-caption-dd {
    font-style: normal;
    font-size: 16px;
    } 
    

    Use this code for your bold text:

    .avia_message_box_content {
    font-weight: 100;
    }
    

    Hope this helps.

    Regards,
    Andy

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