Viewing 30 results - 14,341 through 14,370 (of 18,733 total)
  • Author
    Search Results
  • #408971

    Hi!

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

    @media only screen and (max-width: 1270px) and (min-width: 990px) {
    h5.av-special-heading-tag {
      font-size: 12px;
    }}

    Regards,
    Yigit

    #408889

    Hey fineart!

    Please change your code to following one

    <div class='first-custom-text'>
    <h5>CATCH PHRASE GOES HERE</h5>
    </div>
    <div class='second-custom-text'>
    <h1>Your Name</h1>
    </div>

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

    .first-custom-text h5 { text-align: center; font-size: 20px; color: #808080; padding-top: 5px; }
    .second-custom-text h1 { text-align: center; color: #af2323; font-size: 65px; font-family: tangerine; padding-top: 5px; }
    @media only screen and (max-width: 678px) {
    .second-custom-text h1 { font-size: 35px; }}

    Best regards,
    Yigit

    #408887

    In reply to: top bar font size

    Hi icebox10!

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

    #header_meta * {
      font-weight: normal;
      font-size: 14px;
    }

    Best regards,
    Yigit

    #408867
    DHsolutions
    Participant

    Hi,
    at the beginning, I would like to thank to whole team for yours stunning work. This theme is just amazing.

    I have two questions, which I wasn’t able to solve by myself.

    1. I have a small issue with the czech language. This translation should be included in this theme, but it does’t work. I tried to rename the language package to cs.po and cs.mo as well as cs_CZ.po and cs_CZ.mo, but even that I have my wordpress in my language, the theme is still in English. It’s fine by me, English isn’t a problem, but for example if I want to use the datapicker from the form part, it stays in English also in my website, which is a little bit confusing for visitors.

    2. Is it somehow possible to add hover effect for icon? I have this code from yours theme shortcode [av_font_icon icon='ue90d' font='entypo-fontello' style='' caption='' link='manually,http://' linktarget='' size='30px' position='center' color='#cccccc'][/av_font_icon] and I would like to add blue hover effect for this icon (this code is used in my footer socket).

    Thank you a lot. David

    #408856

    Hey markzarak!

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

    .home div#after_section_2 {
      display: none;
    }
    .avia-button.avia-size-x-large {
    font-size: 20px; 
    }

    Best regards,
    Yigit

    #408612
    fineart
    Participant

    Hi
    Have a text box with some custom font sizing as per below
    ****************
    <div>
    <h5 style=”text-align: center; font-size: 20px; color: #808080; padding-top: 5px;”>CATCH PHRASE GOES HERE</h5>
    </div>
    <div>
    <h1 style=”text-align: center; color: #af2323; font-size: 65px; font-family: tangerine; padding-top: 5px;”>Your Name</h1>
    </div>
    **************

    The 65px font is the issue

    1. would this code over-ride any mobile friendly (reduction of the font to fit the mobile screen) view and
    2. Is there a way to keep the font large on a desktop but have it fit on one line – as albiet as big as possible – on any given mobile device.

    Thanks In advance
    Chris

    #408602

    Topic: top bar font size

    in forum Enfold
    icebox10
    Participant

    Hello,

    I was wondering if there is a way to change the sizes of the top bar font size and style..? Also, unbold it…?

    I really like the look of this site: https://www.familycarenetwork.com/

    Thanks in advance :)

    #408547
    Jasmine Lovelstzy
    Participant

    HI,

    just tried to change font and is not working please see the attached image
    Ps. also tried to use this css and is not changing the size either
    body {
    font-size: 15px;
    }
    thanks

    screenshot of the fonts

    Hi!

    Try with this:

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

    Cheers!
    Josue

    #408348

    Hi farrahhaidar!

    You can edit your Text Block element and change the font size – http://i.imgur.com/NAeSzcT.png

    Cheers!
    Yigit

    #408334

    Hey!

    1. Are you talking about the horizontal scroll bar in your tab? The tables are already set to 100% width but you have a lot of table headings and the tables headings your using are way too long so there isn’t a way for us to fit that inside the tab. You could try using this CSS to reduce the font size.

    tr:first-child th, tr:first-child td { font-size: 7px !important; }
    

    That way they will fit inside the tab.

    2. Please see here, https://kriesi.at/support/topic/add-new-font/#post-234710.

    Best regards,
    Elliott

    #408331
    farrahhaidar
    Participant

    Hi, I have one paragraph on my home page that I would like to be slightly bigger. I don’t want to customize the css because that would change it everywhere. I tried adding html to the block itself but it doesn’t take. How can I do this?

    Hey!

    If that’s what your wanting then yes I suppose it looks fine.

    I noticed some weird behaviour with your slider caption though which is coming from this CSS.

    .responsive #top .slideshow_caption h2 {
      font-size: 15px !important;
      position: fixed !important;
      text-align: center !important;
    }

    And your also still getting some javascript errors which appear to be coming from a plugin.

    Cheers!
    Elliott

    #408238

    In reply to: Several Issues

    Hey cyplasticsurgery!

    1. + 2. Can you send us a link to your page so we can check to see what layout and settings your using? You can set your reply as private if you wish.

    3. Add this to your custom CSS.

    .social_bookmarks a {
      font-size: 30px;
    }

    4. Try using 1/4 + 1/4 + 1/4 + 1/4 columns and set the icon boxes into the middle two columns and leave the outer columns empty.

    Regards,
    Elliott

    Hey!

    Please review your website now. This is the code i used in Quick CSS

    #reservation_form select {
      display: inline!important;
    }
    #reservation_form input[type="button"] {
      background-color: #e04b4b;
      border-radius: 5px;
      border: 0;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      padding: 15px 20px;
      text-align: center;
      text-decoration: none;
    }

    Cheers!
    Yigit

    #408194

    In reply to: Contact form size

    Hey Sasolini!

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

    #top label { font-size: 16px; }
    p.form_element { margin: 0; }
    .avia_ajax_form .button { font-size: 16px; }
    .main_color input[type='submit']:hover { background-color: orange; }

    Best regards,
    Yigit

    #408148
    This reply has been marked as private.
    #408030
    jean-daniel
    Participant

    Hello,

    Thank you for your beautiful theme.

    I have some troubles while styling a booking engine form in a new site (test version).
    First of all I want to say that this css style work well with another wordpress theme (Genesis).
    I tried to insert it in the “style” file of Enfold child, custom css and quick css but this code still does not work.
    Can you kindly help me ?

    Best regards,
    jean-daniel

    CSS :
    ——————————————————–
    #reservation_form_wrapper
    {
    font-size:11px;
    padding:0;
    }

    #reservation_form_title
    {
    font-weight:700;
    text-align:left;
    display:block;
    padding-bottom:5px;
    }

    .reservation_form_row
    {
    padding:3px 0;
    }

    .reservation_form_row_rate
    {
    margin:2px 0 10px 0;
    }

    .reservation_form_row_rate .reservation_input
    {
    padding-top:4px;
    }

    .reservation_form_row_rate input
    {
    width:140px;
    }

    .reservation_form_row_rate label.reservation_label
    {
    line-height:10px;
    }

    div#reservation_form select#AVP_list_months
    {
    width:100px;
    font-size:11px;
    }

    div#reservation_form select#AVP_list_days
    {
    width:55px;
    font-size:11px;
    }

    div#reservation_form select#AVP_list_nights
    {
    width:55px;
    font-size:11px;
    }

    label.reservation_label
    {
    float:left;
    font-size:11px;
    line-height:11px;
    width:55px;
    margin-top:5px;
    }

    #submit-row
    {
    text-align:left;
    padding-top:10px;
    }

    #form_links
    {
    font-size:11px;
    }

    div#reservation_form select#selectedAdultCount,div#reservation_form select#selectedChildCount,div#reservation_form select#selectedInfantCount
    {
    width:50px;
    font-size:11px;
    line-height:11px;
    }

    #407988
    terveysmaailma
    Participant

    Hi guys,

    I need to change one top menu item font color. I have tried using this custom css: #menu-item-1131 { color: green !important; }. This doen not work for some reason. The item ID is correct (for example this works just fine: #menu-item-1131 { font-size: 12px; }).

    Any ideas? I tried erasing all other custom css codes but that did not help…

    #407816

    Hey!

    This is actual code for the menu item bubble in the kriesi.at site:

    .jobs-menu > a > span.avia-menu-text:after {
    content: "4";
    font-size: 9px;
    color: #FFF;
    background: #42A0BD;
    line-height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    top: -9px;
    left: 2px;
    }

    Adjust the number in the content property. Unfortunately, it’s not dynamic, you have to change it manually. For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    #407749

    Hi petercohen ;
    try to add these lines ;

    .avia-icon-list .iconlist_title h4{font-size: 45px;}
    .main_color .iconlist_content p {font-size: 25px;}
    

    adjust the size as you like

    #407691
    petercohen
    Participant

    Hi,
    I have searched these forums for a solution and have succeeded only in changing the colour of the title text, and the size of the icon, using these (below) in QuickCSS. What do I need to add to change the size of the title and the body of the iconlist?
    thanks

    .avia-icon-list .iconlist_title {
    text-transform: normal;
    color: #C14000 !important;
    }
    .avia-icon-list .iconlist_icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 500px;
    }

    #407683

    Topic: Contact form size

    in forum Enfold
    Sasolini
    Participant

    I have a couple of questions if you can help answering:

    How can I change the font size in the contact form – labels and input fields?
    How can I minimize the “white” space between labels and input fields (above and bellow)?
    How can I change the font size and hover background color of send button?

    #407529
    kimkopec
    Participant

    Tried to use a sentence with the ‘ in it. “God’s” It would not show on the page. After a while, finally discovered that it works fine if I used the word “Gods” So I used the html character set for ‘ and it worked. Is this something that can be fixed?

    WORKS:
    [av_heading heading='We believe the gathering of God's people is an important part of being the church.' tag='h3' style='blockquote classic-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#c3512f'][/av_heading]

    DOESN’T WORK
    [av_heading heading='We believe the gathering of God's people is an important part of being the church.' tag='h3' style='blockquote classic-quote' size='' subheading_active='' subheading_size='15' padding='10' color='custom-color-heading' custom_font='#c3512f'][/av_heading]

    #407238

    In reply to: Opt In – Forms

    Hey Seelengaertner!

    1. I would try checking out the Contact Form 7 or Gravity Forms plugins.

    2. Are you just trying to change the font size of your single blog post content? If so then try adding this to your custom CSS.

    .single .entry-content p { font-size: 13px !important; }
    

    3. It sounds like your talking about the title container. Add this to your custom CSS.

    .main-title { color: red !important; font-size: 20px !important; }
    

    If that’s not correct then take a screenshot and highlight exactly what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    simonac
    Participant

    Hi,

    i need to change the color (and size) of the font in tabs – active and not active. The same for the body – here also when hovered for not active tabs.

    Also the tabs should reach to the end of the tab box no matter how long the text is.

    Thanks Simon

    #407166

    In reply to: A few simple questions

    Hi theburningear!

    1. I’m not sure I understand. Can you take a screenshot and highlight the area your referring to?

    2. Add this to your custom CSS.

    .avia-post-nav .label::before {
      color: blue !important;
      font-size: 40px !important;
    }

    3. Add this.

    .single .big-preview img {
      width: 100%;
    }

    Cheers!
    Elliott

    Hi Monique ;
    Your heading title is :

    <h3>Maas <span class="special_amp">&</span> Waal – Volkoren tarwe (premix)</h3>
    

    As I see you’ve added theses lines

    .special_amp {font-family: inherit; font-size: inherit; font-style: inherit; 
    font-weight: inherit; line-height: inherit;  color: #222222 !important;}
    

    I would do in this way :

    .special_amp { font-family: inherit !important; font-size: inherit !important;
     font-style: inherit !important; font-weight: inherit !important; line-height: inherit !important;  color: inherit !important;}
    

    Even though you change the color of “h3” in the theme settings it will applied to “special_amp” too.

    • This reply was modified 11 years ago by begrafiks.
    #407080

    Hey robertscott!

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

    .avia_ajax_form .button { font-size: 16px; font-weight: bold; }

    Best regards,
    Yigit

    Monique
    Participant

    Hi there,

    Please see a specific portfolio item at my clients website.

    The page has 2/3 column with easy slider and 1/3 column with a header and some text. In the header (h3 class=”av-special-heading-tag” itemprop=”headline”) the client uses an &. For a reason we don’t understand, the font-family and color of the ampersand are automatically changed. The client doesn’t want that.

    In the code I have seen that the theme wraps a span around the ampersand:

    
    <span class="special_amp">&</span>
    

    The style used for this class is:

    
    .special_amp {
        font-family: "Baskerville","Palatino Linotype","Palatino","Times New Roman",serif;
        font-size: 1.3em;
        font-style: italic;
        font-weight: normal;
        line-height: 0.5em;
    }
    

    Why does this happen and how can it be deleted?

    Thanks & regards,
    Monique

Viewing 30 results - 14,341 through 14,370 (of 18,733 total)