Viewing 30 results - 18,091 through 18,120 (of 18,744 total)
  • Author
    Search Results
  • #173477
    simplefly
    Participant

    Hello. I would like to know how I can change the font size of the widget title. I would like it to be H4. Thanks!

    #173434

    In reply to: Contact form new field

    This reply has been marked as private.
    #173339

    Hey!

    The HTML code:

    	<p><span id="footer_icon_1" 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><span style="margin-left: 5px;">218 Viceroy Street<br><span style="margin-left: 21px;">Billings, MT 59101</span></span></p>
    
    	<p><span id="footer_icon_2" 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><span style="margin-left: 7px;"><a href="tel:4067942593">406. 794. 2593</a></span></p>
    
    	<p><span id="footer_icon_3" class="av_font_icon  avia-icon-pos-left" style="font-size:14px;line-height:14px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span style="margin-left: 6px;"><a href="mailto: (Email address hidden if logged out) ?Subject=" target=""> (Email address hidden if logged out) </a></span></p>

    The CSS to change each icon:

    #footer_icon_1, #footer_icon_2, #footer_icon_3{
    	/* Applies to the three icons */
            position: relative;
    }
    #footer_icon_1{
    	/* Applies to icon 1 */
            color: red;
           top: 2px;
    }
    #footer_icon_2{
    	/* Applies to icon 2 */
            color: blue;
           top: 5px;
    }
    #footer_icon_3{
    	/* Applies to icon 3 */
           color: green;
           top: 3px;
    }

    Best regards,
    Josue

    #173238

    Hey Kriesi,

    Just checked all the browsers/OS (WIN7 Chrome IE FF MAC OS 10.8.2 Safari FF Chrome) force refreshed and looks like all the icons are showing properly now! Thank you guys!!

    Still one bizarre issue with Safari 6.0.2 – icons are there and always have been but the icons I added via the text block module where I added links to them are not showing as links.

    <h6 style=”text-align: right;”>LEARN MORE ABOUT ME PROFESSIONALLY</h6>
    [av_font_icon color="#c95516" icon="222" size="35px" position="right" link="manually,http://www.linkedin.com/in/moniquevirgilio" linktarget="yes"] [av_font_icon color="#c95516" icon="211" size="35px" position="right" link="manually,https://twitter.com/MyDesignSpace" linktarget="yes"]

    Any ideas?

    Everything else is good!

    #173201

    In reply to: entypo icon in footer

    I got it working with this on footer column but link isn’t working on safari.
    Firefox works fine.

    [av_font_icon color="" font="entypo-fontello" icon="ue8f4" size="40px" position="left" link="http://www.facebook.com" linktarget="yes"]

    I’m confused.

    Hey!

    Please change previous code with following one

    @media only screen and (min-width: 767px) { .social_header .phone-info span { font-size: 16px; } }

    Best regards,
    Yigit

    #172978
    This reply has been marked as private.
    This reply has been marked as private.

    Also, this did increase the font size but it doesn’t look right on mobile.

    Do you have another CSS line for the responsive part of this?

    Thanks

    Zach

    Hey kangaroozach!

    The theme in provided link is not Enfold :)
    You can add following code to Quick CSS in Enfold theme options under Styling tab

    .social_header .phone-info span { font-size: 16px; }

    Best regards,
    Yigit

    #172783

    Hello!

    To make the content wider, add this code to the Quick CSS:

    #top .fullsize .template-blog .post .entry-content>* {
    max-width: 850px !important;
    }

    To make the title and meta text larger:

    .post-meta-infos {
    font-size: 14px !important;
    }
    .post-title.entry-title {
    font-size: 32px !important;
    }
    

    Cheers!
    Josue

    #172399

    In reply to: Change font size

    Hey mikaelsv!

    You could try using CSS, add this code to the Quick CSS (Enfold > Styling):

    .page-id-2329 p {
    font-size: 12px !important;
    }

    That will change the font size of all the paragraphs in the page 2329.

    Cheers!
    Josue

    #172393

    Topic: Change font size

    in forum Enfold
    mikaelsv
    Participant

    On one of my pages I would like to have the normal font a bit smaller, is it possible to write something in the beginning of that page to make the normal font a bit smaller?

    This is the page,

    http://hosted-wp.appli.se/blog/perago/?page_id=2329

    #172373

    Hello!

    You can do something like this:

    .sidebar p{
    font-size: 16px;
    }

    That will target only the paragraphs in the sidebar.

    Best regards,
    Josue

    #172236

    Hi!

    Please go to Enfold theme options > Styling you will see all fonts under “Heading Font” and “Defines the Font for your body text”

    Cheers!
    Yigit

    #172216
    This reply has been marked as private.
    #172200

    cool !
    thanks a lot.

    #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

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