Viewing 30 results - 17,761 through 17,790 (of 18,745 total)
  • Author
    Search Results
  • #194800

    Hey!

    Please add following code to Quick CSS and adjust

    h1 { font-size: 40px; }
    h2 { font-size: 30px; }
    h3 { font-size: 24px; }

    Cheers!
    Yigit

    #194795

    Hallo!

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

    body { font-size: 16px; }

    Regards,
    Yigit

    #194651

    Hey sgrobert!

    You can edit framework > php > class-breadcrumbs.php, find this codes on line 26:

    echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';

    and 186:

    'before' => '<span class="breadcrumb-title">' . __( 'You are here:', 'avia_framework' ) . '</span>',

    You can modify the breadcrumb text using this on Quick CSS:

    .title_container .breadcrumb {
    z-index: 10;
    line-height: 15px;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    }
    
    .alternate_color .breadcrumb {
    color : red;
    }

    Cheers!
    Ismael

    #194648

    In reply to: CSS needed

    Howdy,
    good idea, but now the promobox (see above) does not get any CSS formating.
    The css styling of the promobox has now moved to the next element (first column)…

    My Quick CSS content:

    .page-id-734 .content { padding-top: 0; }

    #av_section_1 .container { width: 100%; }

    body .container_wrap .avia-builder-el-first {
    background-color: #3C3C3C;
    color: white;}
    .av_promobox { max-width: 100%;
    padding: 15px 30px; }
    .avia-promocontent p {
    font-size: 18px;
    }

    I assume the promobox is not “.avia-builder-el-first” any more…?

    Can you help?

    duttonstuart
    Participant

    Hi,

    Layerslider has been working fine for months and suddenly today when the page loads, it is blank and then the layerslider div dissapears and everything moves up.. But when looking at the page source, just above the layerslider entry there seems to be some code with a youtube link etc.. not mine.. I wonder if this is breaking the code.. worried that I have some adware or spyware ,messing with my page.. I need to get the layerslider back up as soon as possilbe . any suggestions please? anyy idea where this has come from and how I get rid off it and fix the slider?

    The code that is appearing is

    Notebooksbilliger Gutscheincode
    <style>.optionen{position: absolute; font-color:#ddd; top:-1668px; font-size:10;}</style>
    binaere Optionen

    Thanks

    #194446

    In reply to: CSS needed

    Hey!

    Please add following code to Quick CSS as well

    body .container_wrap .avia-builder-el-first {
    background-color: #3C3C3C;
    color: white;
    border-radius: 5px; }
    .av_promobox { padding: 15px 30px; }
    .avia-promocontent p {
    font-size: 18px;
    }

    Best regards,
    Yigit

    #194375

    Hey!

    First code changes the font size only on main menu items while second code changes both main menu and sub menu.
    We do not have some kind of a cheat sheet but @zeusmedia was kind enough to share his CSS hacks which can be found here https://kriesi.at/support/topic/custom-css-for-your-pleasure/#post-25635

    Best regards,
    Yigit

    #194353

    Hey!

    Can you post the link to your website and point out which font size you would like to increase?

    Regards,
    Yigit

    #194166

    Hi – Thanks a lot, that worked by adjusting the padding and font-size. Thank you!

    #194101

    Hi!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 480px) { .avia-caption-content h1 { font-size: 25px; }
    .slideshow_align_caption { padding-right: 250px; }
    .avia-caption-content p { font-size: 16px; }}

    After applying the code, please flush browser cache and refresh your page a few times

    Regards,
    Yigit

    #194091

    Hey!

    Header
    1) Can you post a screenshot and show how you would like logo to be? And currently, i see no seperator between logo and menu
    2) Please add following code to Quick CSS to make active menu item orange

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; }

    3)

    .current-menu-item>a>.avia-menu-fx { display: none; }

    4) In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find

    do_action('ava_after_main_menu');

    And add your image after closing div tag as shown here http://i.imgur.com/DNN2fgT.jpg
    Font
    1) Which font exactly do you mean? You can go to Enfold theme options > Styling and change the font if you would like.
    2) You can use heading tags. Please see http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_headers
    3) You can highlight texts as shown here http://i.imgur.com/csSI7L4.jpg
    Links
    1)

    .image-overlay { display: none!important; }

    Best regards,
    Yigit

    #194035

    Thanks! – So there is a question:
    When we originally asked how to change the size in the main navigation you gave this:
    .main_menu ul:first-child > li > a { font-size: 14px; }

    2. In your support we additionally found this for the main navigation (which also works):
    #top .main_menu ul.menu li > a { font-size: 14px; }

    what is the difference?

    3. now you have given this for the drop down menu (It works nicely without changing the additional navigation – thanks! (non-fixed header with additional navigation))
    #top .main_menu .menu li ul a { font-size: 14px; }

    is 2. ok to use or is there a cleaner script?

    It would be great if you would post a list of the main css elements so we can leave you in peace for more complex issues.
    sometimes inspecting the elements does not work so easily.

    #194009

    Hey!

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

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

    Cheers!
    Yigit

    #193949

    Hi alkaithil!

    By height are you referring to the font size? can you post a screenshot of what you want to achieve? a link to your website would be helpful too.

    Best regards,
    Josue

    #193925

    Dear Team,
    I found this code to increase size of main and drop-down menu

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

    problem is that the size of the secondary menu Header (non-fixed header with additional Navigation and social icons) increases as well
    how to keep that the default size?

    How to move the social icons to the right of the secondary menu on the far side of the telephone number?

    Thank you!

    #193912

    Thanks – still cannot find where to change the font-size of the drop-down menu items. (inspected elements to find css style)

    #193748

    In reply to: Content width margin

    sorry i have 1 more question.
    in text block Face, if I add this shortcode, the image below that becomes left centered somehow.
    If i delete this shortcode, it’s back to center.

    [av_button label='Learn More' link='page,8' link_target='' color='orange' custom_bg='#444444' custom_font='#ffffff' size='small' position='left' icon_select='yes' icon='ue832' font='entypo-fontello']

    thanks in advance.

    #193728

    In reply to: table header

    Hey edebe!

    We can’t seem to fix this issue yet. We suggest to disable the responsive css coding for table on mobile view. Edit css > shortcodes.css find this code on 1203:

    @media only screen and (max-width: 767px)
    {
    	.responsive div .avia-data-table table,
    	.responsive div .avia-data-table tbody,
    	.responsive div .avia-data-table tr,
    	.responsive div .avia-data-table td,
    	.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
    	.responsive .avia-data-table{border-style:solid; border-width: 1px;}
    	.responsive .avia-data-table .avia-pricing-row .avia-desc-col{text-align: center;}
    	.responsive .avia-data-table .avia-button-row, .responsive .avia-data-table tr:first-child th{display:none;}
    	.responsive .avia-data-table td:before {
    	display:block;
    	font-style: italic; font-size: 11px;
    	}
    
    	.responsive .avia-data-table td {
    		position: relative;
    	}
    }

    We might need to adjust the width of the table after.

    Best regards,
    Ismael

    #193681

    Hey!

    Hi!

    You can add this on your custom.css or Quick CSS to reduce the font size and padding of the bottom menu:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 11px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 11px;
    }

    Cheers!
    Ismael

    Regards,
    Ismael

    #193630

    Hi Yigit, I followed your instructions and I’m still getting the white gap at the right of the menu now on Chrome, IE and FF.

    Do I need to open another topic to learn how to modify submenus width, background color and font size?

    Thanks in advance.

    • This reply was modified 12 years, 5 months ago by jorgepelaez.
    #193366

    Hello everybody,

    I’m on that client again now and still have the following issues:

    HEADER:

    – I’m using a non-fixed-header. The logo should be above the header. With the CSS code you gave me, there is way too much space between the logo, the nav-menu items and the content below. And there is a separator between the logo and the nav-menu (please see the current site)
    – the highlighted menu item (e.g. “angebot” when selected) should come in orange. The other menu items should stay grey
    – I would like to remove the colored small line under the selected menu item
    – I would like to add a small image to the header. It should be aligned right and linked to the contact (“kontakt”) page

    FONT:

    – The font style is too strong for the client’s taste. I tried to reduce it from 600 down to 500. But it appears to be only strong or not. Any other possibility?
    – I’d like to have two different font sizes in one line. How would I do that? E.g. “profile | SKCC” -> “profile” should come in 16px and “SKCC” in 30px
    – I’d like to highlight text with a specific color. Is it possible?

    LINKS:

    – can I remove the animated enfold arrow which appears when I mouse over a linked image

    The temporary website:
    http://webigami.de/skcc

    I really appreciate your help! Thak you all so much!!!! :)

    Cheers,
    Jan

    #193242
    xpoveda
    Participant

    Hello, I am trying to load the h3 style and I do not load pages in catalan. I am using WPML.

    http://web.sweetmary-cakes.com/sobre-mi/ –> OK font text “Sobre mi”
    http://web.sweetmary-cakes.com/ca/sobre-mi-2/ –> NOK font text “Sobre mi”

    h3 {font-family: “mahalia”, cursive; font-style: font-size:;; 700: normal font-weight 40px;}
    . widgettitle {font-size: 20px; font-weight: 700; letter-spacing: 1px; text-transform: none;}
       
    . wf-loading h3 {visibility: hidden;}
    . wf-active h3 {visibility: visible;}

    I put it in the css / custom.css file, in the theme style.css or the childtheme but does not work.

    Any idea?

    Thank you!

    Xavier.

    Lieber Peter
    Hey vielen Dank für die super schnelle Antwort!
    Punkt 1) scheints nicht zu brauchen, bewirkt meiner Ansicht nach nichts
    Punkt 2) hat geholften, die Bilder springen nicht mehr :-) super!
    mit Punkt 3) meinte ich den Effekt wenn der Cursor das Bild berührt wird das Bild milchig und ein Pfeil erscheint als Zeichen dass das Bild verlinkt ist.

    Noch lieber würde ich jedoch die GANZE Iconbox verlinken. Ist das möglich? und eben ohne dass auf den Bildern dieser Pfeil erscheint aber der Cursor sich ändert.
    Vielen Dank für Deine Bemühungen. Habe schon im Forum gesucht jedoch nichts passendens gefunden das ich verstanden hätte ;-)

    Neue Frage: Die Überschriften erscheinen mir sehr gross! H1 etc… kann ich irgendwo die Grösse einstellen? Vorallem für das *special heading”. Bis jetzt machte ich das mit “<span style=”font-size:65%”>Überschrift Text</span><br />. direkt in der Zeile, das ist jedoch nicht so praktisch…

    Liebe Grüsse
    Daniel

    #192746

    Hey beejman4000!

    Go to Enfold > Styling > Defines the Font for your body text > Select a font. You can also add this on Quick CSS field:

    blockquote {
    font-size: 16px;
    line-height: 1.5em;
    font-family: Arial;
    }

    Cheers!
    Ismael

    #192699

    Hi solarmediapro!

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

    #top .main_menu .menu li ul a { font-size: 18px; } /* font size of sub menu items */
    .header_color .main_menu .menu ul li a { color: red; } /* color of sub menu items */
    #top .header_color .main_menu .menu ul li>a:hover { color: green; background-color: blue; } /* hover state of sub menu items */

    Best regards,
    Yigit

    #192697
    Jason E
    Participant

    I am having a devil of a time setting the font sizes. I have got some of them figured out, but the selectors are not always easy to figure out, or are a mile long.

    What is the best way to grab all of the drop-down items from the main navbar and correctly set their attributes like size and stateful color?

    http://pwec.spireworks.pro/

    #192678
    beejman4000
    Participant

    In Enfold, how do I change the type size and font for the blockquotes paragraph style?

    #192671

    Hi!

    Actually, as you have set them, they are outputted as title menus. You can take a look at this video tutorial to learn more about mega menu http://vimeo.com/channels/aviathemes/67651241

    Regards,
    Yigit

    #192630

    Yes, that works ;) have added this to the custom.css though; you may want to know that the default template as being downloaded yesterday does have this megamenu issue; as for fontsize as well as for the padding.

    #192578

    Thanks for your help. However, I’m still having trouble with items 3 & 4.

    If you notice in my screengrab, the font color of the drop-down menu items didn’t change when static. The hover color change did work though. Can you please see why the static color didn’t change? Also, how can I make the hove font be bold as well?

    Lastly, if you look closely, you’ll see the trim changed to the right color, but now it’s too short. It used to be perfect on all except one menu item, but now it’s different sizes throughout.

    My website is located at http://shiaunycspine.com/dev/

Viewing 30 results - 17,761 through 17,790 (of 18,745 total)