Viewing 30 results - 18,091 through 18,120 (of 18,727 total)
  • Author
    Search Results
  • #172193

    Hello!

    1) Change code with following one

    .single-product .price span { font-size: 22px; }

    2) After adding that code you should go to WooCommerce settings and change currency to new one

    Cheers!
    Yigit

    #172185

    Hi Yirgit,
    thank you again for your fast answer.
    i have another question related to your answer above-where can i see all the fonts that Enfold has?
    thank you in advance
    indiatravelz

    #172180

    Hey totofunk!

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

    body { font-size: 16px!important; }
    blockquote { font-size: 12px!important; }

    Best regards,
    Yigit

    #172122

    Thank you! but can I have a seperat font size just for the main font in the sidebar. When I change the size of <p> than it also changes the one in the sidebar. So can I have a different size in the main area and another in the sidebar?

    #172104
    This reply has been marked as private.
    #171942
    totofunk
    Participant

    Hi,
    how can I change body font size ? too small for me currently.
    Same question for quote text font size, too big !

    Thanks

    #171899

    Ismael this sounds like a brilliant solution. But for some reason the process seams so hard for me. Unless there is a better way of implementing icons in widget areas. I first create a new page and use the icon shortcode to generate it. then I copy that code into the widget area. This was fine until i needed to change them.

    If I inspect a rendered shortcode like you mentioned I do get different code.

    <span class="av_font_icon avia-icon-pos-left" style="font-size:15px;line-height:15px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>

    but as you can see the icon = a square. If I just type the shortcode numeric code (example ue821) then the browser just renders the text not the icon. But in that html code it would be easy to ass another class after avia-icon-pos-left and then target that in css.

    So for me it was easier to just use the code generated after creating the shortcode, as the numeric code works in thsi manner. But then I cant target it so far with my skills.

    Would it be too much of a pain for me to ask that someone provide an example with the proper code placed in the widget area, along with css that has the power to say change the color or position of a specific icon.

    #171858

    Hi mikaelsv!

    This one will do it:

    .newsbox .news-headline {
    font-size: 16px;
    }

    Change 16px for the desired number.

    Best regards,
    Josue

    #171855
    mikaelsv
    Participant

    Hi again,

    I would like the option to change font sizes for the enfold latest news widget. What css should I change for that?

    #171781

    Hi!

    1) Change previous code with this one

    #top .price span { font-size: 22px; }

    2) You should paste the same code to the end of your functions.php file and change ‘Chinese Yuan’ to ‘Indian Rupee’ and ‘¥’ to ‘Rs’

    Regards,
    Yigit

    #171745

    This is by far my favorite WP template and I love it’s many different options. But I have to say I am very surprised that something simple like the font size cannot be changed without the Quick CSS box. This is one of the more important features on ANY WP site. I’d rather not go looking for that piece of code in the style sheet.

    #171707

    In reply to: Header and Footer

    The site is http://thenicoledefeo.com/redesign

    In footer, the text underneath the words “Join the Tribe” Sentence starts with “Start the rise by receiving”… I would like to decrease the size of the font slightly as well as the line spacing (spacing between the sentences)

    Thx
    Jenn

    #171631

    Hey!

    Which font family would you like to use? It can be something like following as well

     .avia-button { font-family: "Times New Roman", sans-serif; }

    Best regards,
    Yigit

    #171624
    This reply has been marked as private.
    #171619
    This reply has been marked as private.
    #171618
    This reply has been marked as private.
    #171594

    In reply to: Header and Footer

    Hello jennallocco!

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

    #header_meta { display: none; }

    2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger

    #header_meta { box-shadow: none; }
    .logo { height: 115%; top: -17px; }

    3)

    #footer .widgettitle { font-size: 12px; letter-spacing: -1px; }

    Cheers!
    Yigit

    #171492

    hi Yigit,

    thank you for responding that fast!
    i have a related question- what in the code above should i change in order to change a font- i see there is a list of fonts…
    thanks!
    indiatravelz

    #171484
    This reply has been marked as private.
    #171431

    Hello!

    If you want to show the sidebar on mobile view, you can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta,
    		.responsive .post_author_timeline,
    		.responsive #top #main .sidebar {display:block; }
    }

    To increase the main menu and drop menu font, use this:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 14px;
    }
    
    #top .main_menu .menu li ul a {
    font-size: 14px;
    }

    Cheers!
    Ismael

    #171430

    Hey!

    Sorry, my bad! You need to add the changes on your custom.css or Quick CSS:

    .image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 40px; font-weight: normal; }
    .image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";}
    .image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}

    Looks like the border around the cross symbol can’t be change. I tried to find it on the css properties, it’s not there.

    Cheers!
    Ismael

    #171424

    Topic: Header and Footer

    in forum Enfold
    jennallocco
    Participant

    My working site is as follows: http://thenicoledefeo.com/redesign

    I have a couple of questions regarding the header and footer.
    For the header

    1. How can I remove the small container above the logo (where the phone number would go) or decrease its container size while in the “Header with social icons and bottom navigation” mode

    2. How can I increase the size of the logo while in the “Header with social icons and bottom navigation” mode

    For the footer

    1. How can I change the font size and line spacing of the headers and paragraph text in the footer? I would like them to be at least 2pt size smaller.

    #171420

    Hey!

    Please use this instead:

    .fallback-post-type-icon {
    position: relative;
    margin: 0 0 0 -20px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
    display: block;
    left: 20px;
    top: 60px;
    }
    
    .avia-content-slider-inner .slide-content {
    padding-left: 80px;
    }
    
    .avia-content-slider-inner .slide-entry.flex_column {
    margin-top: -40px;
    }

    Best regards,
    Ismael

    #171419

    Hi hardeep_singh04!

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

    To change the product price font size:

    .single-product .price del span, .single-product .price ins span {
    font-size: 20px !important;
    }

    This is for the pagination.

    .pagination span.current, .pagination a {
    font-size: 15px;
    }

    Best regards,
    Ismael

    Hi!

    Please add following code to Quick CSS in Enfold theme options

    .logo { top: -56px; }
    #header_meta { padding: 10px 0 10px 0; } 
    .sub_menu a { color: black!important; font-size: 14px; }
    .main_menu ul:first-child > li a { height: 90px; line-height: 90px; font-size: 14px; color: black!important; }
    .main_menu { background-color: #e1e1e1; }
    #header_main { border-top-style: none; }
    li#menu-item-5018 a { padding-right: 13px; }
    #main { padding-top: 50px!important; }
    #socket { background-color: black; }
    .avia3-menu a { color: green!important; }

    These should do it. Please flush your browser cache and refresh your page a few times after applying these codes.

    Best regards,
    Yigit

    #171223
    This reply has been marked as private.
    #171217

    Hello Indiatravelz!

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

    .avia-button { font-family: 'Dancing Script', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18px!important; }

    Regards,
    Yigit

    #171209

    Hi Niels!

    You can do both but first option would require editing theme files. You can add following code to Quick CSS in Enfold theme options for second option

    #top #menu-item-search.menu-item-search-dropdown>a:after { content: ' Search'; font-size: 13px; }

    Cheers!
    Yigit

    #171187

    sorry did you see my above post ?

    from – October 2, 2013 at 2:33 pm
    Now I also have a new problem, I’ve updated to the latest Enfold from 2.2 to 2.3 and now I cannot change icons at all only the font size ?

    after updating the theme, the icon wont change at all with exactly the same code changed, only the font size change works
    Many thanks

    #171168
    Indiatravelz
    Participant

    Hi there,
    we would like to ask how can we change the size and the type of font in the call to action button.
    thank you in advance
    indiatravelz

Viewing 30 results - 18,091 through 18,120 (of 18,727 total)