Viewing 30 results - 11,431 through 11,460 (of 18,743 total)
  • Author
    Search Results
  • Whatever you fixed doesn’t seem to have made a difference. Special Headings set to H1 let me adjust the font size. Text Blocks let me adjust the font size. But when I try to set the font size of Special Headings set to H2 or H3. Nothing happens.

    I’ve removed all other elements from my sample page and self-described a bunch of samples to make this more apparent. (Staging URL still in private content.)

    I’m looking at the CSS and nothing is even trying to override the default that is set by /enfold/css/shortcodes.css, seen here as 24px.

    H1, on the other hand, has an “element style” set that does override the default.

    #621520

    Hi!

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom class and then change the code to following one

    .your-custom-class h3.av-masonry-entry-title {
        text-align: center;
        font-weight: normal;
        font-size: 13px !important; 
    }

    Regards,
    Yigit

    #621519

    It works!

    I realize this also changes all masonry gallery titles to be centered with font size 13px. There’s probably no way to target specifically just this products page? For instance, can I apply it only to a custom CSS class?

    #621515

    Hi!

    Please add following code to Quick CSS as well

    h3.av-masonry-entry-title { font-size: 13px !important; }

    Cheers!
    Yigit

    #621508

    Sorry to be picky. Something still doesn’t look right. It appears like the font size is just a bit bigger than the portfolio grid. I’ve tried using font-size: 10px but nothing changed. Perhaps I’m using the wrong code :/

    #621474

    In reply to: box shadow for h1

    Hi Yigit,
    it didn`t help. This is how the code look liked

    [av_textblock size='' font_color='custom' color='#ffffff']
    <span class=”my-custom-class”>
    <h1>Impressum</h1>
    </span>
    [/av_textblock]

    #621287
    zeelim
    Participant

    Hey Guys,
    Quick question, I have just resized my social media icons on my site for both the header and the footer.
    The header looks perfect, but on the footer, it looks truncated.
    I am using the following css code:

    
    #top .social_bookmarks li a {
    width: 200px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #top .social_bookmarks li {
    height: 100%;
    width: 50px;
    }
    
    .main_menu ul:first-child > li > a { font-size: 16px; }
    
    #header_meta{
    min-height: 50px;}
    
    @media only screen and (min-width: 768px) {
    #menu-top-menu {
    margin-top: 30px;
    margin-left: -180px;
    }
    }
    
    #socket .container { padding: 40px 0; }

    Any ideas?

    #621276

    Hey!

    use this code to control space:

    .avia-tooltip.avia-tt {
    margin-top: -50px;
    }
    

    and this for font size:

    .avia-tooltip .inner_tooltip {
    font-size: 10px;
    }
    

    Adjust as needed.

    Regards,
    Andy

    #621037

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    To position the logo please change the max width and margin top values to suit your design.

    
    @media only screen and (max-width: 989px) {
    .responsive .logo {
        margin-top: 50px!important;
    }}

    To create the list items similar to the mockup please follow the steps below

    First enable custom css class name support as mentioned in below links

    kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    1. use a colorsection and add a custom class name to it

    2. add 2 1/2 cols and icon list inside it
    NOTE: The numbers need to be added in a span tag with class name “box-dark”

    3. add the below css

    .custom-list .iconlist_icon, .custom-list  .iconlist-timeline {
      display: none;  
    }
    
    .custom-list h4 {
    background:gold;
    }
    .box-dark{
    display:inline-block;
      min-width: 40px;
      min-height: 40px;
      line-height: 40px;
      text-align: center;
      color:#fff;
      margin-right:20px;
      background:#333;
    }

    Or just enable debug mode as mentioned here kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    and use the below page shortcode with the above css in step 3

    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='' custom_class='custom-list']
    
    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    
    [av_iconlist position='left' iconlist_styling='' custom_title_size='' custom_content_size='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' custom_class='']
    [av_iconlist_item title='<span class="box-dark">1 </span> List Title ' link='' linktarget='' linkelement='' icon='43' font='entypo-fontello'][/av_iconlist_item]
    [av_iconlist_item title='<span class="box-dark">2 </span>List Title ' link='' linktarget='' linkelement='' icon='25' font='entypo-fontello'][/av_iconlist_item]
    [av_iconlist_item title='<span class="box-dark">3 </span> List Title ' link='' linktarget='' linkelement='' icon='64' font='entypo-fontello'][/av_iconlist_item]
    [/av_iconlist]
    
    [/av_one_half][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='']
    
    [av_iconlist position='left' iconlist_styling='' custom_title_size='' custom_content_size='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' custom_class='']
    [av_iconlist_item title='<span class="box-dark">1 </span> List Title ' link='' linktarget='' linkelement='' icon='43' font='entypo-fontello'][/av_iconlist_item]
    [av_iconlist_item title='<span class="box-dark">2 </span>List Title ' link='' linktarget='' linkelement='' icon='25' font='entypo-fontello'][/av_iconlist_item]
    [av_iconlist_item title='<span class="box-dark">3 </span> List Title ' link='' linktarget='' linkelement='' icon='64' font='entypo-fontello'][/av_iconlist_item]
    [/av_iconlist]
    
    [/av_one_half][/av_section]

    Best regards,
    Vinay

    • This reply was modified 10 years ago by Vinay.
    #621001

    In reply to: Help-Secondary Menu

    Hi!

    Use the following code and adjust the value as needed:

    #top .av-main-nav ul a {
        font-size: 18px;
    }

    Regards,
    Ismael

    #620931
    HiDrew
    Participant

    Hi there,

    On the home page: http://yourcar4cash.ca/
    I have a LayerSlider with two slides.

    Each slide has this exact shortcode:
    [av_button label='Sell Your Car Today!' link='page,89' link_target='' color='custom' custom_bg='#0673BA' custom_font='#ffffff' size='large' position='right' icon_select='no' icon='ue800' font='entypo-fontello']

    And for some reason, it shows on slide 2, but not slide 1. It worked before, but has since *disappeared* …

    Any ideas on what may be the cause?

    Many thanks,
    Drew

    Eckhard
    Participant

    Beside normal text entries, the menu of my site uses icons of entypo-fontello font set as menu entries. I’m doing so by using e.g. [av_font_icon icon='ue821' font='entypo-fontello' size='14px'][/av_font_icon] as a menu entry (home symbol).
    This works fine.
    But, if using the mobile menu, the icon menu entries have a reduced height and the small lines separating the menu entries touch the icons.
    How can I fix this?

    #620918

    Hi Vinay,
    Thanks for a quick response, however I can’t see anywhere to change styling of text and buttons. There is only an opportunity to change the title and text size but not styling (font option) nor buttons styling…
    Please help me out…
    Cheers
    Michael,

    #620855

    Hey!

    Percentage values for font-size are relative to the parent element’s hence it’s not working for you in this case. As an alternate solution you can use vw example font-size:4vw; This should work.

    The #top and !important is to increase CSS specificity just incase if there are other default styles which might overwrite this style :)

    Best regards,
    Vinay

    #620785

    Topic: Webfonts issue

    in forum Enfold
    fleurlewis
    Participant

    I can’t seem to get my web fonts to work as expected. There seems to be something in place overriding some of the font-family settings. In fact, the only font family that I can edit in the CSS is the caption content, using the following CSS. I can get all three fonts (frontage-bold, frontage-3d, frontage-regular) working here. (Also I’m not sure why the .div is required here as everything I’ve read suggests it should work without?)

    div.avia-caption-content {
    font-family: “Frontage-Bold”, sans-serif !important;
    color: #333333;
    font-size: 20px !important;
    }

    I really need to be able to edit the caption title font family. Any idea how? Here is the CSS I’m currently using. The font-size and color work, but not the font-family. I can’t get it to change from frontage-bold.

    .avia-caption-title {
    font-family: “Frontage-3D”, sans-serif !important;
    color: RED !important;
    font-size: 40px !important;
    }

    +++++

    I am using this CSS for my fonts:

    @import url(“//hello.myfonts.net/count/2ff92a”);

    @font-face {font-family: ‘Frontage-Bold’;src: url(‘webfonts/2FF92A_1_0.eot’);src: url(‘webfonts/2FF92A_1_0.eot?#iefix’) format(’embedded-opentype’),url(‘webfonts/2FF92A_1_0.woff2’) format(‘woff2’),url(‘webfonts/2FF92A_1_0.woff’) format(‘woff’),url(‘webfonts/2FF92A_1_0.ttf’) format(‘truetype’);}

    @font-face {font-family: ‘Frontage-3D’;src: url(‘webfonts/2FF92A_2_0.eot’);src: url(‘webfonts/2FF92A_2_0.eot?#iefix’) format(’embedded-opentype’),url(‘webfonts/2FF92A_2_0.woff2’) format(‘woff2’),url(‘webfonts/2FF92A_2_0.woff’) format(‘woff’),url(‘webfonts/2FF92A_2_0.ttf’) format(‘truetype’);}

    @font-face {font-family: ‘Frontage-Regular’;src: url(‘webfonts/2FF92A_4_0.eot’);src: url(‘webfonts/2FF92A_4_0.eot?#iefix’) format(’embedded-opentype’),url(‘webfonts/2FF92A_4_0.woff2’) format(‘woff2’),url(‘webfonts/2FF92A_4_0.woff’) format(‘woff’),url(‘webfonts/2FF92A_4_0.ttf’) format(‘truetype’);}

    #620690

    Hi!

    Please try this and change the font size value to suit your design.

    #top h1.site-name {
        font-size: 26px!important;
    }

    Cheers!
    Vinay

    #620689

    Sorry. Wrong h1. It’s the one next to the logo that I can’t resize, even by using something like

    h1.site-name {
    	font-size: 200%;
    }
    
    #620654

    Hi rwwood!

    Please use the below code in Enfold >General Styling > Quick CSS

    h1.main-title.entry-title a {
      font-size: 30px!important;
    }

    Cheers!
    Vinay

    #620341

    In reply to: Drop down menu sizing

    Hey ghettro!
    Please feel free to change the values in the below code to suit your design. Place the code in Enfold > general Styling > Quick CSS

    /*Font size*/
    .av-subnav-menu .menu-item .avia-menu-text{  
      font-size: 20px!important;
    }
    /*Hover style*/
    .av-subnav-menu .menu-item:hover{
      background:gold!important;
    }
    .av-subnav-menu .menu-item:hover .avia-menu-text{  
      color:#000;
    }
    

    Regards,
    Vinay

    JeeBar
    Participant

    I can’t get manually changed font sizes to take effect on my special headings.

    On this page, http://solace2.wpengine.com/page-template (hosted on WPengine) (username solace2, password solacedotcom)

    I can’t get the font size to change. I’ve set it to the ridiculous 60px for sake of demonstration.

    No matter what I set it to, it always just displays at the default size of the heading level I select.

    Any ideas? Thanks in advance.

    – Greg

    • This topic was modified 10 years ago by JeeBar.
    #620085
    sam
    Participant

    This should be easy but I can’t seem to find a way? I found how to increase the size of the main menu links but this didn’t increase the font but rather just the space between the links. I also want to increase the size of the social media icons beneath the menu.

    #620062

    Groovy! I’ve just realised that the hover state seems to be triggered when my cursor is pretty far from the button (see screenshot).

    This seems to be triggered by the fact that my font size is so huge but I don’t see a way around that as Fontello automatically makes my custom icon tiny.

    Any thoughts?

    • This reply was modified 10 years ago by AboveDigital. Reason: Extra info
    #620011

    Hi!

    I added following code to Style.css file of your child theme

    li.av-social-link-subscribe_icon a:before {
        font-size: 78px!important;
    }
    
    li.av-social-link-subscribe_icon, li.av-social-link-subscribe_icon a {
        width: 60px!important;
    }

    Please review your website now

    Regards,
    Yigit

    #619995

    That’s great, thanks Yigit!

    My styling seems to be being overwritten though; any idea why?

    I’m currently applying the following CSS:

    #header_main nav .social_bookmarks {
        overflow: visible!important;
    }
    
    #top #header .social_bookmarks li:last-child a:before {
        position: absolute;
        bottom: 0px!important;
    }
    
    #top #header .social_bookmarks li:last-child a {
        font-size: 127px!important;
        padding: 0 93px 0 4px!important;
        border: 2px solid #fff;
        position: absolute;
        bottom: 0px!important;
    }

    To achieve the following look: http://prnt.sc/avfn2s

    After applying I’m still currently getting this: http://prnt.sc/avfnl4

    And I have written another post but anyone has answered:.
    My fonts size, colour styling has changed this morning andI hadn´t changed anything and I can´t edit the home page.
    Someone here asked me 2 days ago for my ftp credentials and I added them, but my post after that hasn´t received any answer and the problem continues.
    I have followed all of the recommendations here about update wordpress and theme problems.
    CAn you do something about thar.

    Thanks

    #619869

    Hi Yigit,

    thanks for your fast response!

    It does not load, if I deactivate the plugin. But it does load, if I cut out the link with the SVG Image:

    [av_textblock size='' font_color='' color='']
    <object data=”http://ect.inspiras-qm.de/wp-content/uploads/2016/03/etc-solutions.svg&#8221; type=”image/svg+xml”></object>
    [/av_textblock]

    Thanks!
    Klaus

    endanight
    Participant

    The colours in fonts and font sizes has changed and I haven´t change it.
    I have added a custum id to increase margins but on mobiles the columns are overwritten.
    I have a code in quick css to decrease the font size on mobiles and it doesn´t work any more,
    I have a fatal error and I can´t edit the home page.
    The website is very slow.

    I FOLLOWED OF THE RECOMMENDATIONS STEPS FOR PROBLEMS TO UPDATE THE THEME
    SOMEONE ASK ME FOR MY FTP CREDENTIALS HERE TO CHECK THIS AND I AM WAITING YET AFTER 2 DAYS AND ANOTHER THREAD HAS BEEN DELECTED.

    Any suggestions?

    #619733

    Try increasing the font size of the slideshow:

    @media only screen and (max-width: 479px) {
    	.responsive #top .slideshow_caption .avia-caption-content{font-size: 24px !important;}
    }
    #619636

    Hi Slawomir!

    Not sure what you are referring to as print. But if it is the font size you like to increase in mobile and tablets please use the below css in Quick CSS under Enfold > General Styling

    
    @media only screen and (max-width: 767px) {
        body {
        font-size: 18px!important;
    }}

    Best regards,
    Vinay

    #619177

    Hey!

    Try adding this code to the Quick CSS:

    .av-masonry-entry-content.entry-content {
        font-size: 12px;
        line-height: 16px;
    }
    .av-masonry-date{
        display: none;
    }

    Cheers! 
    Josue

Viewing 30 results - 11,431 through 11,460 (of 18,743 total)