Viewing 30 results - 17,881 through 17,910 (of 18,727 total)
  • Author
    Search Results
  • Hey theroyds!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .social_header .phone-info { font-size: 20px!important; }

    Best regards,
    Yigit

    • This reply was modified 12 years, 4 months ago by Yigit.
    #186101
    juannjo1
    Participant

    Good morning, I want to change the font size of my Main Menu. How I can do?

    thank you very much, what would be the Css Quick?

    #185970

    In reply to: Accordion links

    Hi guyco!

    It seems like your shortcode is not right. Please try following

    [av_font_icon color="" font="entypo-fontello" icon="ue8f2" size="40px" position="left" link="manually,http://www.contentsimply.com" linktarget="_blank"]

    Regards,
    Yigit

    #185936

    As I mentioned this is an internal site so no links and that is why I gave the procedure to reproduce.

    I noticed that the font color for the buttons in the sidebar is taken from the Main content Font Color. Change the default font color to red in the Main Content Style tab and the button default color is now red.
    Does this help?
    If the button is in a page then it seems the button text color takes over, if the button is in the sidebar then the site Main Content Font Color is used instead
    I tested it both with the shortcode version and the html output version and both give the same results

    [av_button color='#FFFFFF' label='Click me' link='manually,http://www.google' link_target='' color='blue' custom_bg='#444444' custom_font='#ffffff' size='medium' position='center' icon_select='yes' icon='ue80c' font='entypo-fontello']
    
    <div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling ">
    <a class="avia-button avia-icon_select-yes avia-color-blue avia-size-medium avia-position-center " href="http://www.google">
    <span class="avia_button_icon" data-av_iconfont="entypo-fontello" data-av_icon="" aria-hidden="true"></span>
    <span class="avia_iconbox_title">Click me</span>
    </a>
    </div>
    • This reply was modified 12 years, 4 months ago by Monsoon.
    #185847

    Hey jklillibridge!

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

    .flex_column .template-blog .post .entry-content-wrapper {
    font-size: 13px!important;
    }

    Best regards,
    Yigit

    #185841
    jklillibridge
    Participant

    Hi,
    I applied a short CSS fix to remove images under the blog section on my homepage which worked great. For some reason, the text appears larger than the rest of the text now… any ideas for how to fix this? Thanks!

    Website: http://www.millcreekmetroparks.org/

    • This topic was modified 12 years, 4 months ago by jklillibridge.
    #185824

    Hey dbardits!

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

    .header_color .main_menu ul:first-child > li.active-parent-item > a,.header_color .main_menu ul:first-child > li > a:hover { color: #f0fffb }
    .header_color .main_menu ul:first-child > li > a { color: white; }

    2) You can add !important to change font size of headings i.e.:

    h3 { font-size: 22px!important; }

    3)

    .content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }

    Best regards,
    Yigit

    #185808

    Actually I just realized that the code that fixes the responsive issue is overriding all of the rest of the code in Quick CSS.
    This is the current Quick CSS including the code to fix the responsive issue(none of the other code is working anymore):

    @media only screen and (max-width: 989px) {
    .responsive #header .main_menu ul {
    display: none;
    }

    @media only screen and (max-width: 989px){
    .mobile_active #advanced_menu_toggle {
    display: block;
    }

    #top #menu-item-search.menu-item-search-dropdown>a {display:none;}

    .overlay-type-extern{
    display: none !important;
    }

    #header {
    background-color: #FFF;
    }

    input[type=”submit”],
    #form-1-1339700500 .submit {
    padding: 0 3%;
    text-align: left;
    width: 103px;
    height: 32px;
    background-image: url(“http://startwishing.com/wp-content/uploads/2013/10/Submit-3-39.png&#8221;);
    background-position: 0 0;
    border-style: solid;
    border-width: .25px;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 3px 0;
    position: relative;
    text-decoration: none;
    }

    body p, body {
    font-family: “Open Sans”;
    font-size: 11pt;
    }
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

    @media only screen and (max-width: 640px) {
    /* Add your Mobile Styles here */
    .template-page .entry-content h2, .av-special-heading h3 {
    white-space: normal !important;
    }

    #185789

    Hi Nick!

    Use this code instead:

    #header_main .container, .main_menu ul:first-child > li > a, .logo img, .logo a {
    height: 120px !important;
    line-height: 180px !important;
    max-height: none !important;
    }
    
    #top .main_menu .menu > li{
    font-size: 14px;
    }
    
    #top .main_menu .menu > li > a {
    height: 120px !important;
    }

    Cheers!
    Josue

    #185636

    Hi!

    What exactly would you like to change? Font size, font family, color?

    Regards,
    Yigit

    #185635

    Nevermind, that led me to change the font SIZE – I want to change the STYLE

    #185592

    In reply to: side menu

    Hi!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .js_active .tab { font-size: 14px; }

    Regards,
    Yigit

    #185539
    nefariousnick
    Participant

    Question: I have fixed and altered the height of my main menu and logo in the quick CSS with:

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 120px !important;
    line-height: 180px !important;
    max-height: none !important;
    }

    #top .main_menu .menu > li{
    font-size: 14px;
    }

    #top .main_menu .menu li>a {
    height: 120px !important;
    }

    But all of the dropdown menu sections are all also at 120px, how can I alter this as that they are smaller…?

    Any help would be greatly appreciated
    Nick.

    #185509
    wasite
    Participant

    Tried to add font zip file from fontello.com

    This is what I get:
    Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 1: parser error : Premature end of data in tag h1 line 1 in /home/chris231/public_html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177

    Warning: simplexml_load_string() [function.simplexml-load-string]: <h1 style=’color:#497A97;font-size:12pt;font-weight:bold’>404 – Not Found in /home/chris231/public_html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 177

    Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/chris231/public_html/wordpress/wp-content/themes/enfold/config-templa

    #185435

    In reply to: Theme Button Text Size

    Hey!

    Please add following code to Quick CSS as well and adjust as desired

    .avia-button.avia-size-large { font-size: 16px; }

    Regards,
    Yigit

    #185419

    In reply to: Change font size

    Hi MatHom!

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

    body, body p {
    font-size: 15px;
    }

    Cheers!
    Ismael

    #185410

    In reply to: Theme Button Text Size

    Hi glozemedia!

    What button? There are various button elements on the theme. Is it the button shortcode? The contact form button? Can you please give us a link to the page with the button element? You can try this on your custom.css or Quick CSS:

    .avia_iconbox_title {
    font-size: 20px;
    }

    Best regards,
    Ismael

    #185307

    Topic: Change font size

    in forum Enfold
    MatHom
    Participant

    Hi there!

    I want to change the font size on my blog and have read in the forum that I can “edit css / base.css, find the #Typography section”.

    Since I am new to wordpress I was not able to find the base.css file.

    The Qick.css entry:

    body {
    font-size: 15px;
    }

    didn´t work for me

    thanks
    Matthias

    #185223

    Hey Delphiine!

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

    div .avia_message_box .avia_message_box_title { font-size: 16px; }
    .avia_message_box_content { font-size: 18px; }

    Best regards,
    Yigit

    #185220

    Hey Justin!

    1) I believe you mean size of main menu. If so, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired

    .main_menu ul:first-child > li > a { font-size: 18px; }

    2) You can add it manually to header.php file. Can you post a screenshot?
    3) Can you post the link to your website?
    4) Please add following code to Quick CSS and adjust as desired as well

    .social_header .phone-info { font-size: 18px; }

    Cheers!
    Yigit

    #185214

    Topic: Responsive headings

    in forum Enfold
    z2h
    Participant

    Hi Kriesie & team,

    I have a problem, and that is my Headings (h1) wont resize when you scale the browser window. It’s the same problem as https://kriesi.at/support/topic/schriftart-wird-auf-dem-mobile-verandert/ I tried placing the code provided in the comments in my quick css but it didnt work.

    Please check these screenshots to see the problem…

    This is the desktop version
    Desktop H1

    This is the mobile version
    Mobile H1

    And these are the codes i have in the quick css

    @media only screen and (max-width: 480px) { .av-special-heading h1 { font-size: 30px!important; }}
    
    }
    
    @media only screen and (max-width: 480px) { .responsive .container { width: 300px; }}
    
    }
    
    @media only screen and (max-width: 480px) { .entry-content-wrapper .post-title { font-size: 30px!important; }} 
    
    }
    
    h1 { font-size: 66px; }
    #185133
    golence
    Participant

    Hi hi,
    Untill now I have been working locally, and today I have just moved the website for testing. You can check it.
    http://14.192.65.20/~mymakna/test/home-3/

    There are few sections that I will need help for. I would be very grateful if you find time to consider them.

    1. Transfer problems with the images links: After I have transferred the website from localhost to the live page, I have used SQL update to change the links from localhost/wordpress to http://14.192.65.20/~mymakna/. Anyhow some of the pictures are displayed some are still keeping the old link. Can u pls tell me what might be the problem?
    2.IE Issues:
    -The font is different
    – All the objects(buttons, pictures)who are suppose to have round squares are displayed as boxes.
    – The width of the whole website is smaller
    – The background picture of the buttons Volunteer and Donate is not displayed in full size. Mozila doesnt show them properly as well.

    3. Chrome: Social bookmarks icons which are part of the header are not displayed on Chrome, even though I can see them in the code.

    Thank you a lot for your help. Highly appreciated.

    #185095

    In reply to: Text formatting

    Hey theworldawaits!

    Please try to add an important tag to your css code

    
    p.verse { font-size: 9px !important; }
    

    There’s no general tooltip feature at the moment but you can use the “icon” shortcode which supports a tooltip Enfold v2.4.1. Another solution would be the html5 abbr tag: http://www.w3schools.com/tags/tag_abbr.asp which can be used for a small tooltip box.

    Best regards,
    Peter

    #185001
    entrepreneur
    Participant

    I’m wondering if you could help me with the button shortcode. I need to make it responsive.
    As you can see in the screenshots below, I’ve added the large button shortcode, inside of a text widget, in the sidebar of the product page. I’ve increased the size of the button with:

    .avia-button.avia-size-large {
    padding: 13px 30px;
    font-size: 16px;
    min-width: 760px;
    }

    and styled it with:

    #top #main .single-product-main-image .sidebar, #top #main .single-product-main-image .inner_sidebar {
    border: 1px;
    margin: 0;
    padding: 0px 0 0 0;
    width: 100%;
    min-height: 0;
    }

    body div .avia-button {
    border-radius: 3px;
    padding: 10px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0px 0;
    line-height: 1.2em;
    position: relative;
    font-weight: normal;
    text-align: center;
    max-width: 100%;
    }

    Desktop View
    https://dl.dropboxusercontent.com/u/17031532/live-view-button-desktop.png

    Tablet Portrait View
    https://dl.dropboxusercontent.com/u/17031532/live-view-button-tablet-portrait.png

    Phone Portrait View
    https://dl.dropboxusercontent.com/u/17031532/live-view-button-phone-portrait.png

    I’ll send info in a private message.

    Thanks,
    Ben

    #184968
    dbardits
    Participant

    I have a couple of questions about the enfold theme custom styling, I hope you can help me.

    1. I would like to change the main menu hover color (and also when the menu item is selected) to a specific color. (#f0fffb). I also want the menu font color to be white, I managed to that with .header_color .main_menu #avia-menu > li > a { color: #FFFFFF; }

    2. I would like to increase the font size of the whole theme by 2 pixels. I increased the body font size, but I just can’t figure out how to change the heading font sizes.

    3. I would like to completely remove all borders from the theme.

    Thank you in advance! You can check the site I’m working on at http://kaitravel.is/?page_id=734

    Daniel

    #184844

    In reply to: Add Button to Footer

    Hi Ishmael,

    thanks! The code doesn’t seem to be populating a color bg to the button. what am I doing wrong? here’s the code i modified:
    [av_button label='Click me' link='https://remote.decadesgroup.com/Remote/logon?ReturnUrl=%2fremote' link_target='_new' color='theme-color' custom_bg='#0087c5' custom_font='#000000' size='small' position='left' icon_select='yes']

    Here’s how it looks (see footer, under Employees Only)

    #184785

    Hey mgma!

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

    @media only screen and (max-width: 480px) {
    .main_color #js_sort_items { font-size: 16px; }}

    Regards,
    Yigit

    #184668

    Hi!

    You can adjust the left and right padding then decrease the font-size:

    .main_menu ul:first-child > li > a {
    padding: 0 8px !important;
    font-size: 12px;
    }

    Regards,
    Ismael

    #184659

    In reply to: Add Button to Footer

    Hi ksiarza!

    Use the Text widget then copy the button shortcode.

    [av_button label='Click me' link='' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='']

    Regards,
    Ismael

    #184583

    Topic: Text formatting

    in forum Enfold
    theworldawaits
    Participant

    Hey there,

    I am trying to adjust some text on my site. It’s a simple enough task, but I can’t seem to figure it out within Enfold. Basically I have some text that I would like to be smaller than normal paragraph text.

    I created a class in the custom styling
    p.verse { font-size: 9px; }

    And in the text-box I called the class
    <p class="verse">This should be smaller</p>

    However, the text remains the same.

    I also noticed that Enfold has tooltip functionality. Is there a way to implement this within text? For example, if there is text that says “Genesis 1:1” it would show a box on rollover saying “In the beginning, God created the heavens and the earth.”.

    Thanks so much!

    Jason

Viewing 30 results - 17,881 through 17,910 (of 18,727 total)