Viewing 30 results - 17,671 through 17,700 (of 18,745 total)
  • Author
    Search Results
  • #201221

    Hey!

    I tested this rule and it works:

    .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: 13px !important;
    }

    Try adding the !important rule.
    Best regards,
    Josue

    #201127
    #201037

    Hi Josue,

    Yes the heading is correct, but the paragraph text under each heading is different spacing, font etc.

    .main_color .pricing-table.avia-desc-col .avia-pricing-row {
    border-color: #e1e1e1;
    font-size:10px !important;
    }
    
    .gform_wrapper .gform_heading .gform_title {text-transform:uppercase}
    
    .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    clear: both;
    letter-spacing: normal;
    }
    #201026

    This works fine for me

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 1px;
    }

    h1 {font-size: 25px};
    h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}
    h2 {font-size: 20px;line-height: 1.1em;margin-bottom: 10px;}

    h3 {font-size: 17px};
    h4 {font-size: 15px};
    h5 {font-size: 12px};
    h6 {font-size: 10px};

    #201009
    andri7luck
    Participant

    Sorry, I continue the thread again
    Here is my previous thread
    https://kriesi.at/support/topic/how-to-change-the-font-size-in-the-certain-part-of-a-page/

    I barely check on chrome, the H2 span that given to me doesn’t work in chrome
    The H2 font are all in uppercase

    in Firefox, safari and IE it works just fine

    Any idea? Thanks

    #201003

    Hi!

    Enfold bietet diese Funktion nicht standardmäßig an, aber es gibt viele Plugins – zB http://wordpress.org/plugins/search.php?q=font+resize

    Cheers!
    Peter

    #200936

    it works, thanks a lot Ismael

    #200909
    davemgraham
    Participant

    Hi guys,

    I’ve been trying to get the styling of my Gravity Forms to match the Enfold theme. The font, size and headings.

    Here is the page with the form,

    http://bit.ly/19Or1Jd

    I’ve tried adding the following to the Custom CSS to see if it would work to change the Form title to uppercase, but it didn’t

    .gform_wrapper .gform_heading .gform_title {text-transform:uppercase}

    .gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    clear: both;
    letter-spacing: normal;
    }
    

    Could you please advise how to achieve this?

    Many thanks,

    Dave

    • This topic was modified 12 years, 4 months ago by davemgraham.
    #200894

    Hi!

    You can add this on your custom.css or Quick CSS:

    h2 span {
    text-transform: none;
    font-weight: 300;
    }

    You can also add a special css selector for the heading then apply css modifications to it.

    Best regards,
    Ismael

    #200890

    Topic: Site Fonts

    in forum Enfold
    Jasmer
    Participant

    Hi,

    I’d like to change the fonts on my site. My favorite fonts are the following from Wunderlist.com. I copied some code from the site. I probably didn’t get the correct parts of the code. How can I change the fonts on my site to this, font type, weight, size, etc? Quick CSS? I don’t know much about coding so please speak slowly ;)

    -webkit-font-smoothing: antialiased;
    font-family: “proxima-nova-1″,”proxima-nova-2”,sans-serif;

    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #414141;

    #200874

    I know about that but the heading style is too bold and if I use heading the text will be all in capital mode
    Is there any way to just enlarge the body text? Thanks

    #200872

    Hey!

    You can simply highlight the text and choose to display it as a heading element as shown here http://i.imgur.com/MWdNPVg.jpg

    Cheers!
    Yigit

    #200869

    like in here http://www.getushotel.com/
    I want to enlarge this sentence:
    “GetUsHotel memberikan jaminan harga terbaik!”

    Is that possible?

    #200863

    Hi andri7luck!

    Can you point out the font on demo site or on your website so we can provide you accurate custom CSS code?

    Regards,
    Yigit

    #200856
    andri7luck
    Participant

    Hello,

    Please help
    Is there any way to enlarge the font size in the certain part of a page?

    For example in the middle or bottom of a page, I want to use larger font
    FYI, I already read this post https://kriesi.at/support/topic/easily-change-font-sizes-enfold/
    but I think my request bit different, kerin01 want to apply bigger font for whole page while I just want to apply it on certain area only.

    Please help

    Regards,
    Andri

    #200738

    Hi dkiessling!

    Your css needs to be more specific for the menu:

    .main_menu ul:first-child > li > a {
        font-size: 1em;
        font-weight: bold;
        font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    }

    For the tabs, they aren’t targeting the tab classes so it would need to be more like:

    #top.home .tab_titles .tab{
    	color: white;
    }
    #top.home .tab_counter_0 {
    	width: 150px;
    	background-color: #045783;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }
    
    #top.home .tab_counter_1 {
    	width: 150px;
    	background-color: #faa61a;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }
    
    #top.home .tab_counter_2 {
    	width: 150px;
    	background-color: #008a4b;
    	font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    	color: white;
    }

    Regards,
    Devin

    #200724
    dkiessling
    Participant

    We’re looking to style some menu and tab elements in a client site we’re building (http://staging.lakewaleschamber.com/). We want the Top Menus to be a larger font size, and the tabs on the front page to use the same font as the menus and the other headers, and also to have different background colors (blue, orange, and green). I have applied the following to both the custom.css file and the Quick CSS in the styling options:

    .menu {
    font-size: 2em;
    font-weight: bold;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    }

    #tab-id-1 {
    width: 150px;
    background-color: #045783;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    #tab-id-2 {
    width: 150px;
    background-color: #faa61a;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    #tab-id-3 {
    width: 150px;
    background-color: #008a4b;
    font-family: Open Sans Condensed, Arial, Helvetica, sans-serif;
    color: white;
    }

    As far as I can tell, only the top Menu calling the Open Sans has taken effect. Can you help me see where I’m going wrong here?

    #200305

    Hi!

    Please use this on Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .portfoliotypeheader {
    letter-spacing: -2px;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
    display: block;
    }
    }

    Regards,
    Ismael

    #199857

    Hey!

    You can use this:

    .avia-caption-title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 15px;
    line-height: 24px;
    }

    Regards,
    Ismael

    #199839

    Hi!

    As far as I know you don’t need to “hack” the theme files because since Enfold 2.4.2 the Youtube icon is supported out of the box. Go to Enfold > Header and select “Youtube” in the “Social Icon” dropdown. Then insert your youtube url into the text field on the right side (“Social Icon URL”) and save the settings.

    If you want to change the size of the icons insert following code into the quick css field

    
    #top .social_bookmarks li a {
    width: 60px;
    line-height: 64px;
    min-height: 60px;
    font-size: 30px;
    }
    
    #top .social_bookmarks {
    height: 60x;
    }
    
    .header_color .social_bookmarks a{
    color: #889095;
    }
    

    and change the px values (and color value) of required.

    Best regards,
    Peter

    #199703

    In reply to: Tabs Icons and font

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .tabcontainer .tab_icon { font-size: 20px; color: red; }
    .js_active .tab { font-size: 15px; }

    Best regards,
    Yigit

    #199646

    Topic: Tabs Icons and font

    in forum Enfold
    Albulushi
    Participant

    Hello, is there a way to change the icons color and size on the tabs and also the title of the tabs can I make bigger with different color? please check the attach image on the reply. thank you

    #199568

    In reply to: Font Size

    Hey!

    Please add following code to Quick CSS and adjust as desired

    .iconbox .iconbox_content .iconbox_content_title { font-size: 20px; }

    Regards,
    Yigit

    #199567

    In reply to: Font Size

    Thank you for the reply.

    How do I change the size of the heading of the icon boxes.
    TIA

    Olbert

    #199418

    Hey,

    You can add a unique selector for each Avia Elements. Edit functions.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Below, add this code:

    add_theme_support('avia_template_builder_custom_css');

    Edit any avia elements like Text Block then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “awesome-textblock”.

    You can add something like this on your custom.css or Quick CSS:

    .avia_textblock.awesome-textblock p {
    background: blue;
    padding: 10px;
    font-size: 20px;
    }

    Regards,
    Ismaels

    #199392

    Hey!

    I think you’re using the Layer Slider. You can edit the layer then go to Attributes panel. Add a unique css class selector, example “awesome-layer”. Apply the font on Quick CSS:

    .awesome-layer {
    font-family: 'Raleway', sans-serif !important;
    text-transform: capitalize !important
    }

    You can use media queries to change the font size on smaller screens:

    @media only screen and (max-width: 767px) {
      .awesome-layer {
      font-size: 13px;
      }
    }

    Best regards,
    Ismael

    #199308

    Thanks, no change yet on my end. So the Raleway font is displayed on all H’s for you then?

    What if I specifically want to change the size of the easy slider font? The text is cut off on smaller displays such as the iPhone.

    Is this code the way to go?

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    font-family:Raleway!important;
    text-transform:capitalize!important;
    }

    Thanks,
    Felix

    Hey!

    Please use this instead:

    .social_header .phone-info span {
    font-size: 20px;
    color: orange;
    }

    Cheers!
    Ismael

    Hi ShortieD!

    Please use this:

    .slide-entry-excerpt.entry-content {
    font-size: 16px;
    line-height: 24px;
    }
    
    .slide-entry-title.entry-title {
    margin-bottom: 10px;
    }

    Best regards,
    Ismael

    #198823

    In reply to: Logo overlaps menu

    Hey!

    I’m not sure why the code I provided doesn’t work but it is the same with Yigit’s. Anyway, you can add this to adjust the menu when the screen is less than 768px in width:

    @media only screen and (max-width: 768px) {
    .main_menu ul:first-child > li > a {
    padding: 0 5px !important;
    font-size: 10px;
    }
    }

    Regards,
    Ismael

Viewing 30 results - 17,671 through 17,700 (of 18,745 total)