Viewing 30 results - 16,801 through 16,830 (of 18,728 total)
  • Author
    Search Results
  • #246082

    In reply to: Font styles / colours

    Hey psipi!

    Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    We can also provide you custom CSS code if you point out the sections

    Regards,
    Yigit

    #245995
    kayzelmoo
    Participant

    https://kriesi.at/support/topic/enfold-theme-overriding-shop-loop-template/#post-245976

    .woocommerce span.soldout, .woocommerce-page span.soldout {
    z-index: 999999 !important;
    }

    .soldout {
    z-index: 999999 !important;
    font-size: 16px;
    background: #FF0000 !important;
    }

    .woocommerce_before_shop_loop_item_title{
    z-index: 99999 !important;
    }

    this is the custom codes i added to ensure that the icon stays on top of the image or it’ll be hidden

    http://www.shopelegal.com/new-arrivals/ – working perfectly. however
    http://www.shopelegal.com/dress/ – this is not working fine, cause if i didn’t set background to #FF0000 , itll be just plain fonts of sold out here.
    Any helps?

    #245990

    In reply to: Couple questions

    Hi Senso!

    1- Please see Ismael’s post here to add new Google fonts and font weights – https://kriesi.at/support/topic/add-new-font/#post-234710
    2- You can post the link to your website and point out the categories you would like to remove from sidebar widget and we can provide you custom CSS code to do so
    3- Can you elaborate please? Screenshot would help. This is how it looks on my local installation http://i.imgur.com/rW7jCuT.jpg
    3a- Using custom CSS we can hide the title of second column. Please post the link to your website and point out the title you would like to remove
    4- Please see – http://kriesi.at/documentation/enfold/change-the-default-font-size/
    If you would like to change the font size of other elements, let us know and we can provide you custom CSS code
    5- Please see Ismael’s post here – https://kriesi.at/support/topic/the-blog-grid-is-not-being-displayed-correctly-in-version-2-4-5/#post-210799
    you can replace your title with “Blog Grid”
    6- Please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .main-title { display: none !important; }

    7- You can go to Enfold theme options > Header > Mobile Menu and check "Hide Mobile Menu Submenu Items" to show submenu items on click
    8- You can edit helper-post-format.php file inside wp-content\themes\enfold\includes folder
    9- bbPress plugin is fully compatible with Enfold - https://wordpress.org/plugins/bbpress/
    10- Please try using this one - http://wordpress.org/plugins/socialize/

    Cheers!
    Yigit

    #245871

    Hi!

    What version of IE are you checking this with? If you’re using IE9 or lower, please use this:

    .av-main-nav > li > a {
    font-size: 12px !important\9;
    padding: 0 5px !important\9;
    }

    I hope that helps.

    Regards,
    Ismael

    #245779

    Thanks Ismael, I’ve added the code. On IE, I deleted browser history. Unfortunately, it’s still not resolved when I view the page

    Here’s the CSS code:

    div .av_one_half { margin-left: 2%; width: 49%; }
    .avia_transform .avia-gallery-thumb img { opacity: 1; }
    #top div.woocommerce-message { border-color: #A81010; background-color: #A81010; color: white; }
    @media all and (max-width: 989px) and (min-width: 768px) {
    .av-main-nav > li > a {
    font-size: 12px !important;
    padding: 0 5px !important;
    }
    }

    A little bummed… any thoughts?

    At the end you have an unclosed h5 rule:

    
    h5 {
    font-weight: 400;
    font-size: 26px;
    

    It needs the } so that the css after that rule actually works.

    
    h5 {
    font-weight: 400;
    font-size: 26px;
    }
    
    #245670

    Topic: Font styles / colours

    in forum Enfold
    psipi
    Participant

    What’s the best way to update the font styles / colours and sizes?
    There doesn’t seem to be an option easily exposed?

    Be good to be able to have the fonts look as good.. as the layout

    Love the advanced layouts
    Just want the fonts to look better..

    S

    #245496

    Hey!

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

    #top .social_bookmarks li a { font-size: 18px; }

    Regards,
    Yigit

    Hi!

    You just need to edit the last CSS code i posted to adjust the font size. Line height and paddings are set to minimum already

    Cheers!
    Yigit

    Hi!

    You can use following code

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 13px;
    }
    .caption_framed .slideshow_caption .avia-caption-content p {
    font-size: 12px;
    }}

    In the example, 13px is for heading and 12px for content which would be applied on screens smaller than 479px

    Best regards,
    Yigit

    Hey!

    It seems like only options are; making the font size smaller on mobile, changing height to fixed value ( which will look like this http://i.imgur.com/zhlBQxs.jpg ), removing the description section on mobile or making the text shorter

    Regards,
    Yigit

    I’ve added all of the code you suggested but it doesn’t seem to make any difference:

    This is now in the Quick CSS

    @media only screen and (max-width: 479px) {.responsive #top .slideshow_caption h2 {
    font-size: 14px;}
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 2px; }}
    @media only screen and (max-width: 990px) and (min-width: 768px) {div .slideshow_caption h2 { font-size: 18px; }}
    @media only screen and (max-width: 990px) and (min-width: 768px) {div .slideshow_caption h2 { font-size: 18px !important; }}
    @media only screen and (max-width: 500px) { .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 2px!important; }

    I’ve checked against the screen shots I sent but nothing looks any different. The Nexus screen shot above doesn’t seem to work so I’ve added it here again:
    https://www.dropbox.com/s/2yq8nhzccg4ussd/Screenshot_2014-03-28-13-08-35.png

    Is there a conflict with what has been put into the custom.css?

    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: 767px) {
      /* Add your Mobile Styles here */
    }
    
    @media only screen and (max-width: 767px) {
    .avia-slideshow .avia-caption .avia-caption-title { font-size: 18px; padding: 2px; }
    }
    
    @media only screen and (max-width: 480px) { 
    .avia-caption{ padding: 0; bottom: 3px; }
    .avia-caption .avia-caption-content p {padding: 2px;}
    }

    Cheers

    • This reply was modified 11 years, 12 months ago by Rustybucket.

    Hey!

    Please try adding following code to Quick CSS as well

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    div .slideshow_caption h2 { font-size: 18px !important; }}
    @media only screen and (max-width: 500px) { 
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 2px!important; }
    div .slideshow_caption h2 { font-size: 12px !important; }
    .caption_framed .slideshow_caption .avia-caption-content p { line-height: 1em !important; }}

    Regards,
    Yigit

    #245321
    This reply has been marked as private.
    #245048
    This reply has been marked as private.
    #244949

    Hi!

    Thank you for doing as suggested above. Please add this on Quick CSS or custom.css to resize the table:

    @media (max-width: 767px) {
    .avia-data-table .avia-pricing-row td, .avia-data-table .avia-pricing-row th {
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
    max-width: 147px;
    word-break: break-word;
    }
    }

    Best regards,
    Ismael

    #244945

    In reply to: comments font size

    Hey!

    Can you post a link to your website please?

    Cheers!
    Josue

    #244939

    Topic: Couple questions

    in forum Enfold
    senso
    Participant

    Hi team,

    I’m using the child theme

    1) For this theme, what is the recommended way to add new fonts?

    2) For sidebar widget, is there a way to decide which categories to be shown?

    3) Mega Menu – Is there a max number of subpages/subcategories allowed?

    I’m doing this,
    1A
    – 1Aa
    – 1Aaa
    – 1Aaaa
    – 1Aaaaa
    – 1Aaaaaa
    – 1Aaaaaaa

    It seems that after 5 subpages are added, the MegaMenu drop down is truncated.

    3a) Is it possible to arrange the subpages under 1A into 2 columns?

    4) I can’t seem to find the option to change font size via the theme settings?

    5) Is there a way to display custom titles or post titles instead of the Blog – Latest News

    6) have an option to show breadcrumb only?

    7) Menu – What is the max number of main and sub pages supported for mobile version? It seems that the megamenu is truncated in mobile version.

    8) I’d like to add custom fields in single posts, how and where should i edit the files? Is using Advanced custom field plugin advisable and compatible with this theme?

    9) Can you recommend a plugin for form that is compatible with this theme?

    10) Can you recommend a plugin for social sharing? I am surprised it is not included with the theme.

    Thanks

    • This topic was modified 11 years, 12 months ago by senso.
    #244847

    Hi!

    Change the code to:

    .home .iconbox_icon:before {
        font-size: 35px !important;
        position: absolute;
        right: 8px;
    }
    
    .home .avia-builder-el-12 .iconbox_icon:before{
        font-size: 22px !important;
        right: 12px;
    }

    Regards,
    Josue

    #244839

    Hi!

    Try the following code:

    .iconbox_icon:before {
        font-size: 35px !important;
        position: absolute;
        right: 8px;
    }
    
    .avia-builder-el-12 .iconbox_icon:before{
        font-size: 22px !important;
        right: 12px;
    }

    Result:

    Best regards,
    Josue

    #244778

    In reply to: disappear title

    This reply has been marked as private.
    #244727

    Hi!

    The codes’ suggested above should work but I think they’re not working on your end because you have a cache plugin. Please try to empty cache and make sure that you have added the suggested code above. Remove browser cache then reload the page a few times.

    @media all and (max-width: 989px) and (min-width: 768px) {
    .av-main-nav > li > a {
    font-size: 12px !important;
    padding: 0 5px !important;
    }
    }

    Best regards,
    Ismael

    #244601

    Hey!

    Try the following:

    p[data-fake-id='#toggle-id-1']{
        font-size: 24px !important;
    }

    Where toggle-id-x would be the numerical ID of the toggle.

    Best regards,
    Josue

    #244599

    Thank you!!!

    Is there a way to make my question #2 automatic for every post?

    Also my Q1 was about the title under the picture. I did try the code you gave and modified it to the code below and it did nothing. Can you help me with the code?

    .fullsize .blog-title{
    display: block;
    text-align: center;
    font-size: 14px;
    }

    Thank you for the wonderful help thus far!

    #244543
    Phil
    Participant

    Is there a CSS Code or an easy way to change a particular accordion title font size?

    #244428

    thank you for your response. i’m not %100 sure how to implement your fix. i tried pasting the following code into the CSS Quick Style but it did not work.

    #top .avia-font-icomoon, body .avia-font-icomoon, html body [data-av_iconfont='icomoon']:before {
    font-size: 32px;
    }
    .iconbox_top .iconbox_icon { left: 46%; }
    • This reply was modified 11 years, 12 months ago by aschmidt8.
    #244423

    Hi!

    After increasing the size of icons, please adjust following value as well

    .iconbox_top .iconbox_icon { left: 46%; }

    Cheers!
    Yigit

    #244282

    Hey!

    1) You can try to show the menu with this css code:

    
    .show_mobile_menu #mobile-advanced {
    display: block;
    }
    
    #advanced_menu_toggle, #advanced_menu_hide {
    display: block !important;
    }
    
    #top #wrap_all #avia-menu{ display: none; }
    

    2) I suggest to add a custom class to the textbox which surrounds the title_h1 element (see http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and then use text-align:center; to center align the headline text.

    3) You can use a media query to change the font size for smaller screens. Use it like:

    
    @media only screen and (max-width: 767px){
    .title_h1{ font-size: 10px; }
    }
    

    You can change the font size value and the screen size (767px).

    4) Did you try to set the pattern image as section background image?

    Regards,
    Peter

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 479px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 14px;
    }
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title { padding: 2px; }}

    And can you post a screenshot from your devices? When i resize browsers window i do not see an issue above 480px

    Regards,
    Yigit

    #244105

    Hi !

    Thanks for your reply !
    Your solution gives a “My Text” right above my menu, and no css could resolve it, so I suggest a mix of the “disappear title” post you gave in link, and the action you just suggested. So it gives :
    – in functions.php :

    add_action('ava_after_main_menu', 'kriesi_logo_addition_2');
    function kriesi_logo_addition_2()
    {
    	?>
    	<strong class='logo-title'>My Text</strong>
    	<strong class='logo-subtitle logo-title'>Another custom text line</strong>
    	<?php	
    }

    – in Quick CSS :

    #top .logo-title {
    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 500px;
    top: -7px;
    opacity: 1;
    white-space: nowrap;
    }
    
    #top .logo-subtitle {
    color: #aaa;
    top: 7px;
    }
    
    #top .subtext {
    float: left;
    position: relative;
    }
    
    #top .header-scrolled .logo-title {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    

    So you have something like this.

Viewing 30 results - 16,801 through 16,830 (of 18,728 total)