-
AuthorSearch Results
-
February 3, 2014 at 1:54 am #218548
In reply to: Advanced layout editor / text size control
Hi!
I’m not sure why you though that upgrading would give you text size control on headlines but that is not in any plans for the theme right now.
If you use a Special Heading element you can choose the H1-H6 option which changes the output and if you want more specific control of the font size of those elements you can add css to the Quick CSS to modify them. Eg;
h3 { font-size: 16px; }Regards,
DevinFebruary 2, 2014 at 8:24 am #218383In reply to: How to change overall font size in Enfold?
Hi Devin! Thanks very much. I had assumed that the demo was using the default. I’ll not make that mistake again ;)
Much appreciated!
February 2, 2014 at 8:07 am #218380In reply to: How to change overall font size in Enfold?
Hi foreigner!
See: http://kriesi.at/documentation/enfold/change-the-default-font-size/
Regards,
DevinFebruary 2, 2014 at 8:00 am #218379Topic: How to change overall font size in Enfold?
in forum Enfoldforeigner
ParticipantHi. No doubt the answer to my question is an obvious one, but I cannot find settings for font size–just for font type, font color, etc. I’m aware that different font faces can differ in size, but I’m using the same font–Open Sans–as the Enfold demo. Yet the Enfold demo site-wide text ( not just main body text, but ALL text, even breadcrumbs) is noticeably larger. I know I can change font size within a given element using inline css in a text box–but where is the setting for overall (site-wide) text size?
Thanks!
February 1, 2014 at 8:32 am #217736In reply to: Contact form title and button colour
Hey sineadh!
Please use this on Quick CSS:
#top form h3 { font-size: 15px; font-weight: 400; }Use this to change the color of the submit button:
.main_color input[type='submit'] { background: red; }Regards,
IsmaelFebruary 1, 2014 at 7:30 am #217715In reply to: Advanced layout editor / text size control
Disappointed that the upgrade didn’t fix the lack of headline control, I went ahead and took jtree’s advice and installed the Ultimate Tiny MC plugin which has allowed me to view headline options and enable font control (thanks jtree5757). Hopefully sailing will be a bit smoother here on out.
January 31, 2014 at 11:19 pm #217675Topic: Contact form title and button colour
in forum Enfoldsineadh
ParticipantHiya,
Is it possible to make the Contact form title a smaller font and not bold?
font-size: 15px;
font-weight: 300;and also change the colour of the form button (Have it different from the set link colour)
Thanks!!!
January 31, 2014 at 10:54 pm #217669In reply to: HEADER MENU
Great thanks.
Is this code correct? All is working besides from the hover state isn’t previewing the correct colour.
Thanks!.header_color .main_menu ul:first-child>li>a {
font-size: 14px;
font-family: ‘Raleway, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
font-weight: 300;
text-transform: uppercase;
color: white;
}.header_color .main_menu ul#menu-main_navi:first-child > li a:hover { color: #a37a08; }
.header_color .main_menu ul#menu-main_navi:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: #918f91; }January 31, 2014 at 6:22 pm #217571In reply to: Spacing Issues
Hi!
You can add following code to Quick CSS as well
@media only screen and (max-width: 989px) { .widget_nav_menu a { font-size: 11px; }}Best regards,
YigitJanuary 31, 2014 at 11:07 am #217370Hi Yigit,
GOT IT !! My yesterday’s idea worked.
Best regards,
Klaus
Here’s my complete Quick-CSS-Code:
h4.iconlist_title {
color: #808080;
font-size: 16px;
}.iconbox_content {
min-height: 220px;
}/*iOS-Geräte interpretieren die Zahlen im phone-info als Link! */
.header_color .phone-info, .header_color .phone-info a {
color: white !important;
}.header_color .social_bookmarks a {
color: #000000;
}body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}.main_color .avia-icon-list .iconlist_icon {
background-color: #0045b5;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px; /*Größe des Zeichens im Kreis*/
}.avia-icon-list .iconlist-timeline {
left: 21px;
}January 31, 2014 at 2:33 am #217255In reply to: Header questions
Hey!
That’s expected, as there is no Menu, a fallback Menu is being called. You need to create a new Menu and assign it as the primary Menu in Menu locations.
Add these codes in the Quick CSS for 3 and 4:
.social_bookmarks a { font-size: 20px !important; } .logo img { height: 100% !important; } .bottom_nav_header.social_header #header_main .container { height: 149px !important; }Cheers!
JosueJanuary 31, 2014 at 12:33 am #217226In reply to: Spacing Issues
See these lines (one or both of theme) to change the spacing between the title of the page and the body :
#top .title_container .container{padding:10px 0;min-height: 56px;}
.title_container .main-title {margin: 0;font-size: 16px;position: relative;z-index: 2;min-height: 36px; line-height: 2.3em; top: 0;font-weight: 400;}January 30, 2014 at 10:01 pm #217164In reply to: Legend size on small/easy-slider on iPad & iPhone
Hey marienoisette!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .avia-caption .avia-caption-title { font-size: 10px; } }Cheers!
YigitJanuary 30, 2014 at 9:11 pm #217143In reply to: Hiding very top Banner so not a double navigation
This reply has been marked as private.January 30, 2014 at 5:06 pm #217040Hi Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }Regards,
YigitJanuary 30, 2014 at 4:56 am #216789In reply to: Business Name / Address / Phone in Header
Hey!
It looks like this http://i.imgur.com/A4ZDldV.jpg
You can adjust it using following class.social_header .phone-info { font-size: 15px; }Cheers!
YigitJanuary 30, 2014 at 4:31 am #216776In reply to: Font Weight Font Size
This reply has been marked as private.January 30, 2014 at 4:17 am #216763In reply to: Font Weight Font Size
Gracias!
1. Is there a way to put the mail envelope icon inside the button to the left of the word “submit’? Shortcode? How would I do that?
2. Yes I noticed that the font looks the same in Firefox and Chrome. Safari looks much better. I’m guessing that Firefox and Chrome doesn’t recognize anything under font weight 300. I just doesn’t look as crisp. HOWEVER, the site I sent you a link to above actually looks perfect on all. I wonder what they did?
Thanks for your help Yigit! Jas
-
This reply was modified 12 years, 1 month ago by
Jasmer.
January 30, 2014 at 4:05 am #216758In reply to: Font Weight Font Size
Hi!
I have updated my previous code, please try it now. There was a small typo that is why submit button looks like how it looks now. That should fix it.
I checked your website on Chrome, Firefox and IE and text looks fine on all of them and since custom CSS code is being applied, i am not really sure what we can do about it unfortunatelyCheers!
YigitJanuary 30, 2014 at 3:58 am #216754In reply to: Font Weight Font Size
Yigit,
Thank you.
1. I don’t think the visual change to the submit button worked. It seems mostly invisible.
2. For some reason chrome does not look as thin as Safari. If you look at my screenshot of safari you can see the difference.
– Safari
– Your Chrome3. The color change to the submit button also took the blue away from the search box but that is ok. I think I like that.
Thank you, Jas
January 30, 2014 at 3:42 am #216745In reply to: Font Weight Font Size
January 30, 2014 at 1:54 am #216728In reply to: Font Weight Font Size
Hi Yigit,
Urgent. Will you please answer the last 3 posts when you have a moment?
There are a couple posts I could not delete (I put a “-” instead) because I solved those issues, but there are still three readable posts I’d like to solve.
Thank you, Jas
January 30, 2014 at 12:52 am #216701Topic: changing the font of the menu
in forum Enfoldhianta
ParticipantHi,
I’ve just updated to the new version of Enfold, and it cancelled my custom font for the menu…
not sure how to make it come back.
my custom font is CaviarDreams and this is the CSS I had pasted in Quick Css form:
.header_color .main_menu ul:first-child > li > a { font-family: ‘caviar_dreamsregular’;
src: url(‘caviardreams-webfont.eot’);
src: url(‘caviardreams-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘caviardreams-webfont.woff’) format(‘woff’),
url(‘caviardreams-webfont.ttf’) format(‘truetype’),
url(‘caviardreams-webfont.svg#caviar_dreamsregular’) format(‘svg’);
font-weight: normal;
font-style: normal;
font-size: medium;}January 30, 2014 at 12:02 am #216680Hey gentlemansgazette!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.avia-content-slider .slide-entry-title { font-size: 23px; }You can adjust it as needed.
If you want it to only effect the home page then you can use:
#top.home .avia-content-slider .slide-entry-title { font-size: 23px; }Best regards,
DevinJanuary 29, 2014 at 7:23 pm #216566In reply to: fixed background image and width
Your child theme style.css has a missing bracket so all the css after it is not actually being executed. You can, in the future, inspect your color section with dev tools in the browser and if the css isn’t showing as effecting the element then the css file has an issue.
In your case, look for this block:
/*fix header dissapearing on ipad */ @media only screen and (max-width: 1024px) { /* Add your Mobile Styles here */ h1 { font-size: 24px; padding-right:30px; }It needs to have a closing bracket on the media query.
January 29, 2014 at 2:49 pm #216371.bottom_nav_header.social_header .main_menu ul:first-child > li a {font-size: 16px;}
January 29, 2014 at 11:28 am #216318In reply to: Font Weight Font Size
Hi Yigit,
I noticed this code causes a problem in the search box. See that little space? When I remove the code the problem goes away. Hmm.
#top input[type="text"] { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; }Thank you so much for your time, Jasmer
-
This reply was modified 12 years, 1 month ago by
Jasmer. Reason: one problem solved, one still remaining
January 29, 2014 at 11:23 am #216316Hi Yigit,
thanks for the answer. But this does not solve the Problem i mentioned.
Please take a look at the screenshot:
http://authentic-voice.at/wp-content/uploads/2014/01/123.jpg
The Menu is still overlapping to the right. How can i get rid of this?
And i am not able to enlarge the size ofthe menu font.
I tried these codes:.main_menu ul:first-child>li>a {
font-size: 16px;
}and :
#top .main_menu .menu li ul a { font-size: 15px; }
both with different fonts but no change in the size.
Thanks
January 29, 2014 at 9:38 am #216264In reply to: Font Weight Font Size
This reply has been marked as private.January 29, 2014 at 4:43 am #216226In reply to: Font Weight Font Size
This reply has been marked as private. -
This reply was modified 12 years, 1 month ago by
-
AuthorSearch Results
-
Search Results
-
Hi. No doubt the answer to my question is an obvious one, but I cannot find settings for font size–just for font type, font color, etc. I’m aware that different font faces can differ in size, but I’m using the same font–Open Sans–as the Enfold demo. Yet the Enfold demo site-wide text ( not just main body text, but ALL text, even breadcrumbs) is noticeably larger. I know I can change font size within a given element using inline css in a text box–but where is the setting for overall (site-wide) text size?
Thanks!
Hiya,
Is it possible to make the Contact form title a smaller font and not bold?
font-size: 15px;
font-weight: 300;and also change the colour of the form button (Have it different from the set link colour)
Thanks!!!
