Viewing 30 results - 14,251 through 14,280 (of 18,733 total)
  • Author
    Search Results
  • #414596

    I’m well aware of that, but I’m saying it doesn’t work. No matter what I set the heading size to it does not change the style or the size.

    It just remains the default font with a grey color.

    I believe the formatting of the text is broken…

    #414582

    Hi gharding!

    Please go to Enfold theme options > Advanced Styling and edit “main menu links” to change font size and then add following code to Quick CSS field

    .av-main-nav > li > a { font-weight: normal; }

    Regards,
    Yigit

    #414577
    gharding
    Participant

    How can I make the menu font Dosis (Google Font) , the font size 18 pt, and regular (not bold)?

    thank you!

    http://50.87.248.111/~pilatfb0/

    #414571

    Hi veritywebsolutions!

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

    .sidebar .widgettitle { font-size: 20px; }

    Cheers!
    Yigit

    #414540

    In reply to: Icon in top bar

    Hey!

    Replace the code with this:

    <span class="custom-text">Industrial Marketing & Consulting</span><span class="custom-number">[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='12px' position='left' color=''][/av_font_icon]281.969.7514MM</span>
    

    Add this to the Quick CSS field:

    span.custom-text {
      margin-right: 10px;
      border-right: 1px solid white;
      padding-right: 10px;
    }

    Cheers!
    Ismael

    #414462

    Hi!

    I’m sorry but it’s not possible. That will require custom modification that is beyond the scope of support. What we can do is to adjust the padding and font size when viewing on smaller screens:

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li > a {
      padding: 0 4px;
      font-size: 11px;
    }}

    Cheers!
    Ismael

    #414263
    vjward
    Participant

    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

    …could you please tell me how the code has to look like.

    the custom css name is “tabref”

    I tried this but it did not work

     @media only screen and (min-width: 767px) {
    #tabref .top_tab .tab {
      padding: 12px 0 14px 0 !important;
      width: 25.1%;
      font-size: 14px;
      text-align: center;
      min-height: 50px;
    }}
    #414199

    So, I noticed something odd and I think it has to do with the way that my FTP securities are set. None of the setting in the dashboard carry over and I have to do things with the css.

    If I want to use the Open Sans Light 300 font in the body how could I do that?

    body{
    font: Open Sans Light 300;
    font-size:16px;
    }

    ?

    Thank you again!!

    #414177

    Thanks Josue – it’s displaying the the excerpt with smaller text – how do I target this now?

    I tried

    div.entry-content{
    font-size: 18px;
    }

    AND

    .entry-content{
    font-size: 18px;
    }

    but neither worked

    Thanks!

    #414131

    Wow you are awesome thanks Josue – so you’ve created a custom template for the people page loop.

    Thanks heaps!

    quick question – how do I change the post excerpt text to match the font size of the rest of the site ?

    I tried

    div.entry-content{
    font-size: 18px;
    }

    AND

    .entry-content{
    font-size: 18px;
    }

    but neither worked

    #414115

    Here you go:

    #top .flex_column .template-blog .post-title {
      font-size: 21px;
      line-height: 1.3em;
    }
    
    #top .flex_column .template-blog .post-meta-infos {
      margin-bottom: 0;
    }

    Best regards,
    Josue

    #414090
    ShortieD
    Participant

    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.
    Cheers

    #414089
    veritywebsolutions
    Participant

    How can I increase the font size of the sidebar widget titles?

    Hey!

    Try adding this code to the Quick CSS:

    #top .widget_recent_entries a, #top .widget_recent_comments a {
        font-style: normal;
        text-transform: none;
        font-family: "Dosis";
        font-size: 13px;
    }

    Cheers! 
    Josue

    #414011

    Hi!

    Try with this code instead:

    @media only screen and (max-width: 767px) {
    #top .alternate_color.title_container .main-title a{
       font-size: 14px !important;
    }

    Best regards,
    Josue

    #413912

    Topic: Child theme

    in forum Enfold
    t3lgroup
    Participant

    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.

    #413830

    In reply to: Button Font Color

    Hi dmoravec!

    You can change the colors when you edit the button options, just click on the “Colors” tab and then select custom.

    For the font size add this to your custom CSS.

    .avia-button-wrap * {
      font-size: 20px !important;
    }

    Regards,
    Elliott

    #413827
    kristenangel
    Participant

    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.

    #413743

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .av-subheading.av-subheading_below {
      font-size: 20px!important;
    }}

    I have edited one of your code and added min-width value as following to fix special heading font size

    @media only screen and (max-width: 768px) and (min-width: 481px) {
    #top .header-home h1.av-special-heading-tag {
    font-size: 55px !important;
    letter-spacing: 18px !important; }
    }
    

    Best regards,
    Yigit

    #413726

    Hi Yigit,

    great, that works now :)

    But without these extra brackets, suddenly my sepcial header in my special css class section (the very first with the background video called “header-home”) is too big on smartphones (max-width: 480px). With this code, I wanted it to have font-size “40px”:

    @media only screen and (max-width: 480px) {
    #top .header-home h1.av-special-heading-tag {
    font-size: 40px !important;
    letter-spacing: 10px !important; }
    }

    After your edits it looks like this:

    Moreover, I’d like to make the subheading smaller on smartphones in portrait mode, too – but I wasn’t able to figure that out either.

    Can you help? :-/

    Thanks and cheers,
    Jan

    #413429
    ShortieD
    Participant

    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

    #413362

    Hey!

    Try adding this code to the Quick CSS:

    body{
    font-size: 16px;
    }

    Cheers! 
    Josue

    #413343
    franniesplace2
    Participant

    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!

    #413313

    The theme preferences does not seem to allow me to make an global change for the font size of all the main content. I am thinking that it would be nice a little bigger, how would I do that on a global scale? Is there a way to do it in the dashboard, or do I need to edit the CSS?

    #413310

    Topic: Button Font Color

    in forum Enfold
    dmoravec
    Participant

    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

    #413295

    In reply to: Change Font in Header

    Thanks for your reply. Unfortunately that’s not working. I apply the change and it stays the same. I tried all the way up to 40 font size.

    #413284

    Topic: Icon in top bar

    in forum Enfold
    akmhou
    Participant

    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

    #413209

    Hey Manuel!

    1. There just isn’t enough space there for that long word. If you add a space or a hyphen in the middle of the word then it should break to the next line. I think that is the only way to force it to break. Or you could try reducing the font size or the column size to make it fit.

    2. If your wanting to force them to 4 columns then add this to your custom CSS.

    #kreis-icon .flex_column {
      clear: none !important;
      float: left !important;
      margin: 10px !important;
      width: 22% !important;
    }

    3. Drag a codeblock element to your page and add this inside.

    <style type = "text/css">
    #top .no_margin.av_one_fourth {
      clear: none !important;
      float: left !important;
      width: 24% !important;
    }
    </style>

    4. Add this to your custom CSS.

    .responsive #top .slideshow_caption .avia-caption-content { width: 50% !important; }
    

    Regards,
    Elliott

    Hey aebli!

    For the captions try adding this to your custom CSS.

    p.wp-caption-text {
      font-size: 22px;
    }

    Cheers!
    Elliott

Viewing 30 results - 14,251 through 14,280 (of 18,733 total)