-
Search Results
-
How can I make the menu font Dosis (Google Font) , the font size 18 pt, and regular (not bold)?
thank you!
Topic: Heading font 'gone skinny'
Hello. Please take a look at my sige here.
The header “GET WHAT YOU REALLY WANT” and a little further down “LIVE THE LIFE YOU’D LOVE TO LIVE” and then on the side bar the headers “Hypnotherapy for anxiety” “PTSD” etc all used to be in the thick Oswald font like the headers I’ve used to break up the text on the left.
I can’t recall doing anything that I think would change them, but they are now all skinny!
I just tried changing it to ‘default style’ instead of modern left, and that does make it the thicker version of the font but then you can’t manually input the size to the main header comes up tiny (and with a line rule) so it definitely isn’t that it was set to that before.
Any ideas?
Loving the theme thought :)
Victoria x
Hey folks – I noticed that the Google fonts for the titles arent’ coming across on mobile for this site. Check out the heading on this page
http://queenswharf.org/queens-wharf-places/.Notice that the page headings and the post titles is a PT Serif.
Any clues how to carry this across?
I have this in my CSS
h1, h2, h3, h4, h5, h6{
font-family: ‘PT Serif’, sans-serif;
font-weight: bold;
text-transform: none !important;
}p{
font-family: ‘PT Sans’, sans-serif;
font-size: 18px;}
I checked the theme settings and you don’t have Pt Sans options for <p> tags or PT Serif options for heading tags.
So I have ‘default’ for the headings and ‘helvetica neue’ for body text.
Do I need to register the google fonts I want?
How do I do this.
CheersTopic: Child theme
Hi,
My enfold website is in Danish and I had to do some translation as not all text was correct Danish and some was not translated.
Whenever there is a new version of the Enfold theme all my translations is lost.I want to avoid that and I think I should perhaps create a child theme, right?
But what to put in the child theme? Only files related to the translations? It is the only thing I have changed/modified from the original theme (besided som things in Quick CSS)I have never worked with child theme before, but I saw a little video about it, that all layout will be reset. Is there a way to keep all the design things I have done? Colours, fonts, size etc. etc. or is it just to do all the settings again?
Your help are much appreciated, as I use too much time on doing all the translation over and over :) thanks.
Hello,
With the recent update, I see that you can now change the caption font size on an image overlay. The update changed all of my captions to 1.3em, which is way larger than the previous caption size. Instead of going in and modifying all images due to this update, I would like to fix the problem via CSS.
I’ve added .av-image-caption-overlay-center{font-size: 14px !important;} to my Child theme css, but it will not overwrite the code for some reason.
Can you please let me know how to quickly fix this without having to manually edit all photos in the template builder?
Thank you.
Hey Folks –
I’m trying to reduce the size of the page titles on smartphones and tablets.
I’ve added this media query at the top of my stylesheet
/* iPhone (portrait) and up ———– */
@media only screen and (min-width : 321px) and (max-width : 1024px){
#top .alternate_color.title_container .main-title a{
font-size: 10px !important;
}
}It works when I reduce the size of the browser but not on my mobile device.
Is there something I’m missing?
Cheers
Topic: HELP! – Undo CSS changes
Hi Guys,
Complete newbie here, and have made an obvious rookie Mistake! After spending heaps of time on my site using the Enfold theme, learning everything from scratch along the way, I had it looking almost right, but wanted to tweak a few little things, fonts and text size, border spacing etc. – so started learning about css.
I installed the plugin “simple custom css” and in google chrome I tested the change using “inspect element”. I then copied the chunk of code and pasted into simple custom css in the dashboard and made the change
Unfortunately the simple change I made has effected my entire site instead of one little border and I don’t know how to get it back to what it looked like before.
my site is testsite.franniesdrivertraining.com.au
the code I changed was this:
media="all" .content, .sidebar { padding-top: 20px; padding-bottom: 20px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; min-height: 1px; z-index: 1; }All I changed was the padding from 50px to 20px.
I’ve tried deleting the code then resaving the css, replacing it with the original code without the change to the padding, deactivating the plugin completely and clearing my browser cache to try to fix it. But it won’t go back to the way it was.
I didn’t understand child themes unfortunately, but get now that I should’ve set that up first so I could revert back to the original before I made the alterations… Gah!I always do these things the hard way!
Please please help!
Topic: Button Font Color
Hi,
I’ve been doing some user testing and getting feedback on my website. Many users are complaining about the white text color inside my buttons being too hard to read. They are also complaining about this text being too small.
How can I change the color of the text in a button, and how can I increase the font size? I’ve tried many colors and seem to get the same complaint, the buttons are hard to read :(
Would be great to have this as part of the button options in the Advanced Editor.
Thanks
Topic: Icon in top bar
Hi,
In my theme options, I’ve set Header > Extra Elements > Header Phone Number/Extra Info to show on the left. I have some text (tag line) and the phone number. I would like to add the phone icon to the left of the phone number. Is that possible?I added the following before the phone number:
[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='11px' position='left' color=''][/av_font_icon]That put the icon all the way to the beginning of the extra info and not to the left of the phone number.
How can I do what I’m trying to do?
Thanks

