-
AuthorPosts
-
August 30, 2015 at 4:49 pm #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!
August 30, 2015 at 5:32 pm #495493Hey 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,
BasilisAugust 30, 2015 at 5:41 pm #495495thank 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
August 30, 2015 at 10:27 pm #495540Hey!
Modifying the CSS from the visual builder of the theme options, is the easiest way, as it does not require any coding.
Best regards,
BasilisAugust 30, 2015 at 10:36 pm #495545When 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…
JenniferAugust 31, 2015 at 4:09 pm #495930Hey!
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!
DakeAugust 31, 2015 at 9:25 pm #496112Hi 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!
September 1, 2015 at 6:45 pm #496610Hey!
please show us the page where you want to change the font. Give us a precise URL, so we can check it.
Cheers!
AndySeptember 1, 2015 at 6:52 pm #496618Hi :)
September 2, 2015 at 1:54 pm #497087Hey!
you can control font size in promo box with this code in Quick CSS field:
.avia-promocontent p { font-size: 16px; }
Cheers!
AndySeptember 2, 2015 at 7:17 pm #497334Hi 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
September 3, 2015 at 1:03 pm #497592Hi!
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,
AndySeptember 3, 2015 at 1:06 pm #497594You guys just don’t believe me right :) Please check…
September 3, 2015 at 1:14 pm #497601Hi!
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,
AndySeptember 3, 2015 at 1:39 pm #497617The 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.
September 3, 2015 at 2:30 pm #497642Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.