Viewing 30 results - 18,391 through 18,420 (of 18,727 total)
  • Author
    Search Results
  • #134667

    Hi Kriesi, run perfects.

    /* MENU 1 */

    .main_menu {height:25px; top:92px; right:-30px;}

    .main_menu ul li a {height: auto !important; line-height: 20px !important;}

    .main_menu ul:first-child > li > a {padding:2px 7px; font-size:10px;}

    /* MENU 2, 3, 4, .. */

    /* MEGA MENU 3 */

    #top .main_menu .menu li ul a { font-size:10px;}

    /* MEGA MENU 2 */

    #top #header .mega_menu_title {font-size:15px; font-family: Arial; border-bottom:}

    #top #header .mega_menu_title a {font-size:15px; font-family: Arial; border-bottom: #ccc 1px dotted;}

    #top #header .mega_menu_title a:hover {color: #0B96FF; text-decoration:none;}

    /* MEGA MENU 3 */

    /* #top .main_menu .menu li ul a { font-size:10px;} */

    Xavier.

    #134666

    Hey!

    add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:


    #top .main_menu .menu li ul a{
    font-size:15px;
    }

    this will increase 2nd and 3rd menu font size as well as mega menu fonts size

    Cheers!

    #27679
    vadi4ek
    Participant

    Hi, first of all, Gret job you have done here.

    However I have some small issues.

    1. How to enlarge the height of the picture inside the scrollable area. Gave it large paddings but still it’s smaller then in a demo.

    2. Before purchased the theme I was sure I can add a CTA text and button inside this area(from 1.) like in this one http://themes.webcreations907.com/ninezeroseven/revolutionslider/

    It’s very very important for me!

    Now, how complicated could it be to do this, by my self (not much knowledge of PHP)?

    Are you planing to add this feature on your next update?

    BTW: Using the provided child-theme. But for now only changed some CSS in it.

    p.s It’s also ma be helpful to give an option of font-size for the texts and headings from the admin panel.

    #134507

    Oops…sorry about that. Upon saving the button with the HTML above, it is transformed into:
    <p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p>
    <p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>

    I added the recommended code as specified, but sadly it has no effect.

    You can see what I’m trying to do in the purple colored section at http://thecaloriemythbook.com/ (trying to make a big button with big text…the phantom br elements are causing the little phantom yellow button below the big yellow button)

    Any other ideas?

    Thanks!

    #134838

    Hey,

    The css issue seems to appear between 786px to 1000px screen widths. We can use Media Queries to fix that. Add this on your custom.css or Quick CSS:

    @media only screen and (min-width: 786px) and (max-width: 1000px) {
    .avia-icon-list .iconlist_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    margin-right: 15px;
    }
    }

    Regards,

    Ismael

    #134291

    Hi

    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:

    #footer .widgettitle {
    color: #FFFFFF;
    }
    #footer #nav_menu-3 h3 {
    font-size: 16px;
    }

    and adjust as needed.

    Regards,

    Devin

    `

    MindSpark
    Participant

    Hello,

    I have built a custom button using css and it is displayed inside of an accordian using the theme’s shortcodes. for some reason, I cannot horizontally center the button and wonder if there is a conflict I can’t detect.

    here is the code in the HTML editor:

    [av_toggle_container initial='0' mode='accordian' sort='']
    [av_toggle title='Individual / Residential Membership' tags='']
    <p style="text-align: center;">This membership is perfect for local residents not representing any particular organization, but looking for a formal connection to the New Tampa business community.</p>
    <a class="jb" id="jb" title="Join the New Tampa Chamber of Commerce" href="http://#/">Join The Chamber </a>
    [/av_toggle]

    and here is my CSS:

    #jb {
    border-radius: 3px;
    padding: 10px;
    width: 18%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    }

    .jb {background: #52ac43;
    margin: 0 auto 0 auto;}

    .jb:hover {background: #52ac43;opacity: 0.8;}

    here is the link to the page where I am testing it: http://mindsparkconsulting.com/clients/test2/membership/ntcc-levels/

    am I missing something? I want this button centered.

    thanks

    #134665

    I add to the question, I wanted that information whether I define the levels as “MegaMenu” or not.

    Thank you!

    Xavier.

    #27614
    xpoveda
    Participant

    Hello, I would like to change the size and font of the 2nd and 3rd level header menu.

    Can you help me?

    http://www.escalamas.com

    Thank you!

    Xavier.

    #127874

    Hi,

    You can use this:

    .header_color .sub_menu>ul>li>a {
    font-size: 14px;
    color: red;
    }

    You can also change the phone number size and color with this:

    .phone-info.with_nav {
    font-size: 14px;
    color: red;
    }

    Regards,

    Ismael

    #127872

    Hi,

    @elames: Thanks for the tip.

    @bevlogenverf: I don’t see the breadcrumbs or page title on every page. I assume you already fixed it. If you didn’t, just add this on your custom.css or Quick CSS

    .title_container {
    display: none;
    }

    And I can see that you’re having a style issue on your menus, I think this will fix it:

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

    You can adjust the font size to 12.

    Regards,

    Ismael

    #27579
    stunna42
    Participant

    Hello – When I save a button with this in the label field: <p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p><p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>

    The page updates and a bunch of </br> elements are automatically added to that field such that I’m left with the following:
    <p style=”font-size:30px”>CLICK HERE TO GET YOUR FREE 28 PROGRAM,</p>
    <p style=”font-size:30px”>DELICIOUS RECIPES, HOW-TO VIDEOS, AND MORE</p>

    How can I avoid this? Thank you

    #27486
    bevlogenverf
    Participant

    Hi guys

    I love your themes. I am changing to Enfold now from Replete

    3 Q’s about CSS

    -I had some CSS codes like changing color of menu bars in the footer and socket and other things.

    -I need the CSS for changing the location of my logo because it is now messing up the main menu http://www.bevlogenverf.nl/enfold2

    -I used these CSS codes. Anyone knows how to tweek or change them a little bit so they will work also in Enfold?

    #top .main_menu .menu a {
    color: grey;
    }
    #top .main_menu .menu a:hover {
    color: #0e75bf;
    }

    #footer .widget {
    padding: 30px 0 30px 0 !important;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 100px;
    }

    #top .sidebar_tab_content.sidebar_active_tab_content {
    background-color: #fff;
    color: #black;
    }
    #top .sidebar_tab.sidebar_active_tab {
    background-color:#0e75bf;
    color: #fff;
    }
    .slideshow_color .breadcrumb, .slideshow_color .breadcrumb a {
    color: #0e75bf;
    }
    .numeric_controls, .arrow_controls {
    position: absolute;
    bottom: 10px;
    }
    #top .ajax_controlls {
    top: 70%;
    }
    #footer .widget_nav_menu li a {
    font-size: 14px;
    }

    #top #menu-item-720 a {
    color: #0e75bf;
    }
    #footer .widget_nav_menu li a {
    text-align: center;
    }
    .iconbox_icon {
    background-color: white !important;
    }
    .widget_nav_menu h3.widgettitle {
    text-align: center;
    }
    #top .iconbox {
    width: 100%;
    }
    #top .avia_mega_div {
    background-color: #f5f2f5;
    }
    #top .avia_mega_div .sub-menu {
    background-color: #f5f2f5;
    }
    #top .avia_mega_div .menu-item ul {
    background-color: #f5f2f5;
    }
    #top .main_menu .menu ul li a {
    background-color: #f5f2f5;
    }
    .sidebar_tab_title {
    margin-left: 10px !important;
    }
    #js_sort_items a {
    font-size: 19px;
    }
    #top.woocommerce-page .woocommerce-ordering select { width: 25%; }

    @media only screen and (max-width: 767px) {
    #top.woocommerce-page .woocommerce-ordering select {width: auto; }
    }
    .chzn-container {
    position: initial;
    }
    #top .chzn-container .chzn-drop {
    top: 70px !important;
    width: 325px !important;
    margin-left: 3px;
    }
    .woocommerce-pagination {
    display: none;
    }
    #top.tax-product_cat .container > .term-description {
    display: none;
    }
    .added_to_cart {
    display: none;
    }
    .form-row.address-field{
    overflow: visible;
    }

    #top .chzn-single div b {
    background-position: 5px 6px !important;
    }
    .widget .gform_wrapper .gform_footer br{
    display: none !important;
    }
    .home .one_fourth.flex_column iframe {
    height: 150px !important;
    }

    #132564

    Unless you are setting your font size with px then it will automatically size itself for the device.

    Eg, you can just set your font size using ems or % if its causing specific issues on a specific viewport.

    #133698

    In reply to: Liquid on Mobile?

    Hi,

    You need to create media queries for this type of situation whereby on different screen sizes, the css that affects the area changes to make objects conform to the new screen size.

    .avia-section h1 span {
    font-size: .7em;
    }
    @media only screen and (max-width: 767px) {
    .avia-section h1 span {
    font-size: .5em;
    position: relative;
    bottom: 20px;
    }
    }
    @media only screen and (max-width: 479px) {
    .avia-section h1 span {
    font-size: .3em;
    position: relative;
    bottom: 20px;
    }
    }

    Please add the above code to /css/custom.css OR to quick css located in Enfold > (theme options) Styling Layout… text area on bottom of page.

    Thanks,

    Nick

    #133727

    In reply to: Responsive Issues

    Hi Ismael

    Thank you for the code.

    1) This works fine, so thank you very much for that.

    2) I was wanting to move the menu icon rather that the logo, sorry if that wasn’t clear. I want to move the menu icon up so that it is next to the social icons and phone number.

    3) That doesn’t really solve the issue as the title still goes off the page, and it also changes the font size of shorter h3 titles which fit onto the page fine. What I need it to do instead is that if the title is too long to fit on the page then it splits it into two, or even three, lines instead. Is this possible?

    Regards,

    Rob

    #133726

    In reply to: Responsive Issues

    Hi,

    You can use these on your custom.css or Quick CSS

    1.) Move phone number:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
    margin-bottom: 10px;
    }
    }

    2.) You can move the logo using this

    @media only screen and (max-width: 767px) {
    #header_main {
    z-index: 9999;
    }

    .responsive .logo {
    top: -50px;
    margin-left: 100px;
    }
    }

    Adjust the values.

    3.) You can adjust the font size of the special heading while viewing on mobile devices

    @media only screen and (max-width: 767px) {
    .av-special-heading h3 {
    font-size: 13px;
    letter-spacing: 0;
    }
    }

    Regards,

    Ismael

    #132563

    Thats good news so….

    what happen regarding making the fonts responsive? Once ive added this code will it mean that Google fonts will be dealt with automatically as currently after ive declared fontface fonts I have change sizes with CSS to make them layout properly?

    Cheers

    Andy

    #131221

    Hi Ismael

    Your suggestion didn’t look quite right (the registered trademark was shifted down right to the middle of the text rather than looking like a superscript).

    I did find a solution online (http://stackoverflow.com/questions/501671/superscript-in-css-only).

    I set the sup css to this:

    <br />
    body#top sup {<br />
    vertical-align: baseline;<br />
    font-size: 0.6em;<br />
    position: relative;<br />
    top: -0.8em;<br />
    }<br />

    And it works like a charm with the <sup> html tag.

    #133549

    In reply to: Fixed sidebar bugged

    Hi,

    Thanks for the reply! Here is a link to the page where the problem occurs: http://test2013.printlanti.com/painotuotteet/esitteet/

    I don’t know how it went outside the container.

    Here is all the quick CSS I have applied:

    .entry-content .post-meta-infos {

    display: none;

    }

    @media only screen and (min-width: 768px) and (max-width: 989px) {

    .responsive .main_menu ul > li > a {

    font-size: 9px;

    }

    }

    .sidebar {

    position: fixed;

    }

    Edit. I’ve tried various methods to find the problem, but these have been in vain. For example, no logo (enfold logo), only the sidebar quick CSS, no social icons, no footer widgets or sockets…

    Sincerely,

    Sami

    #129916

    Hi,

    I see no difference between

    IE http://i.imgur.com/GP9vO4C.png

    and

    Chrome http://i.imgur.com/wVqvypW.png

    This is the styling used on the Home button

    .main_menu ul:first-child > li > a {
    display: block;
    text-decoration: none;
    padding: 0 13px;
    font-weight: normal;
    font-size: 12px;
    font-weight: 600;
    font-size: 13px;
    }

    If you want to create some styling specific to IE simply add the css that you want only IE to render in the empty line of the block below. Then you can add this block to header.php , just find the line </head> in the header.php file, and paste the block below above it.

    <!--[if IE]><!-->
    <style type="text/css">

    /* add your IE only css above this line */
    </style>
    <!--<![endif]-->

    Thanks,

    Nick

    #131900

    No, if you’re using a child theme you can insert the code into the child theme style.css file. You can also try to add an important tag to the code like

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

    Hi,

    1.) The social icons use the entypo fontello font. Right now, there is no easy way of adding a social button. Please refer to this link and follow Nick’s or my instruction: https://kriesi.at/support/topic/youtube-icon

    2.) You can change the arrow on css > base.css, find this code:

    .image-overlay .image-overlay-inside::before{content:"E744"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"27A6";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"25B6";}

    Change the content property with another icon from entypo fontello. Refer to link for the entypo character maps: http://www.entypo.com/characters/

    Example, we’ll use the phone icon(U+1F4DE):

    .image-overlay .image-overlay-inside::before{content:"1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside::before{content:"1F4DE";}
    .image-overlay.overlay-type-video .image-overlay-inside::before{content:"1F4DE";}

    You can combine different icons.

    Regards,

    Ismael

    #27244
    Carmitma
    Participant

    Hi there,

    I have drop down in my main menu, but the font size of each drop down menu is not similar to one another.

    Please see here: http://webchic.co.il/abital/

    Just browse the menu with mouse-over and you will see.

    1. Why is it happening? I did not touch the style.css, just created pages and created a new menu.

    2. How can I fix it?

    Many thanks

    Carmit

    #27230
    gdbddesign
    Participant

    I see the H1 font seems to be responsive by default (font-size is reduced as browser window shrinks or is viewed on tablet or mobile device), however, when I enable my cufon font (using the All-in-One Cufon plugin), the font-size no longer responds to the breaking points but instead just stays at a large size therefore running off the screen as the browser window gets smaller (or when viewing on a tablet/mobile device).

    Is there a special bit of code I can add to the custom css section to keep the responsiveness of the h1 tag even if I am using a cufon font?

    Any advice is appreciated.

    My site currently has a coming soon page up and so if you need access to my site to preview the problem, please contact me at (Email address hidden if logged out) for the login details.

    Thank you

    #132876

    Hey!

    please try following css code

    .template-blog .post .entry-content {
    font-size: 20px;
    }

    or

    .template-blog .post .entry-content p {
    font-size: 20px;
    }

    Regards,

    Peter

    #132729

    In reply to: Changing menu layout

    No, the “small non-fixed header” doesn’t support such a layout and you’d need to customize the code. However you can use the “Header with bottom menu + social media icons” option – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ – it looks similar to the menu of http://www.iphotoscanning.co.uk/ and we can help you to change the background color of the menu (i.e. see https://kriesi.at/support/topic/setting-navigation-text-color-setting-font-size ).

    #132733

    Hi,

    You can use this:

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

    Regards,

    Ismael

    #133177

    Hi,

    Unfortunately, the revision doesn’t work for the Avia Builder.

    First, switch the Advance Layout Editor (ALE) to debug mode. Edit functions.php, find this code:

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

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    add_theme_support('avia_template_builder_custom_css');

    This will let you see the shortcode below the ALE. You can combine shortcodes like this:

    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' custom_class='']
    [av_tab title='Tab 1' icon_select='no' icon='1']
    Tab Content goes here
    [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='25']
    [/av_tab]
    [av_tab title='Tab 2' icon_select='no' icon='1']
    Tab Content goes here
    [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='25']
    [/av_tab]
    [/av_tab_container]

    The example above are buttons inside a tab element.

    Regards,

    Ismael

Viewing 30 results - 18,391 through 18,420 (of 18,727 total)