Viewing 30 results - 17,521 through 17,550 (of 18,745 total)
  • Author
    Search Results
  • #208514

    Hey!

    Try adding this code to the Quick CSS:

    p {
        font-size: 12px !important
    }

    Cheers! 
    Josue

    #208444

    In reply to: Font Size of Comments

    Hi!

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

    .minitext { font-size: 16px; }

    Cheers!
    Yigit

    #208437
    paulseager
    Participant

    I have a post blog content element on my home page and the font looks noticeably different to my paragraph of text that is sitting to the right of it. Is there any way I can alter the size to make it the same – the css mark up indicates that it is all “p” and should be the same… can anyone help please? website: http://www.woodsideschool.co.uk

    #208371

    In reply to: Font Size of Comments

    never mind the widgets I figured that out. Still can’t figure out the comments font sizes though.

    #208369

    In reply to: Font Size of Comments

    As well as the font size of the body text and titles of widgets please.

    #208367

    Topic: Font Size of Comments

    in forum Enfold
    deyowulf
    Participant

    How do I change it?

    And also of these static elements in the comments area :

    Want to join the discussion?
    Feel free to contribute!

    Enter Your Comment here…

    Jonny Freesh: You are commenting using your Jonny Freesh account.

    Notify me of follow-up comments via email.
    Notify me of new posts via email.

    http://jonnyfreesh.com/raw-food-recipes/raw-cilantro-green-curry-smoky-marinated-mushrooms-pumpkin-cauliflower-rice-recipe/#comment-36

    Thanks

    Jonny

    #208355

    Hi!

    I added the css code we provided on Quick CSS then add the !important property.

    Regards,
    Ismael

    #208348

    Hi Ismael,

    That looks great! Can I ask what you did differently that I wasn’t doing? I’d like to document the changes.

    Thank you!

    #208339

    Hey!

    Edit the page then look for the image code:

    <img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">

    Add a unique css selector like “awesome-image” for example, the code should look something like this:

    <img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">

    Add this Quick CSS:

    .awesome-image {
    width: 243px;
    height: 231px;
    }

    Best regards,
    Ismael

    #208283

    Hi!

    I changed the font size, please check here: http://site-test2.leadliaison.com/

    Regards,
    Ismael

    #208264
    This reply has been marked as private.
    #208243

    Hi!

    You can post it here, please make sure to check ” Set as private reply (Only you and moderators will see the content of this post)” above Submit button and tell us what font size would you like to use?

    Best regards,
    Yigit

    #208240

    Hi Yigit,

    I added the code to the bottom of the Style.css file in child theme under Appearance > Editor with the !important rule. That does not work either. Can I somehow privately send you my WordPress login credentials to take a look?

    Thank you.

    #208182

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so i can take a look? Please tell me font size you would like to use as well

    Regards,
    Yigit

    #208174
    This reply has been marked as private.
    #208146

    Hey!

    You would like to decrease the font size of sub menu on header, is that correct? it is 11px by default and code i posted should make it 10px. Please flush browser cache after applying custom CSS code and refresh your page a few times

    Cheers!
    Yigit

    #208130

    Hi!

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

    .sub_menu { font-size: 10px; }

    2- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
    Best regards,
    Yigit

    #208110

    pages internet

    #208109

    The picture must be in smaller size and are displayed with the full size.

    This is the size in the html part:
    pages internet

    The pictures must be smaller than the display.

    #208108

    Hey!

    Please try adding the code to bottom of Style.css file of your child theme in Appearance > Editor with !important rule. It should work

    Best regards,
    Yigit

    #208083

    Hello Yigit/Ismael,

    I tried both of your suggestions, cleared cache, etc. and neither one works. I am 100% sure it doesn’t work since I tried super large font such as 25px and it doesn’t make a difference. How could you help me resolve this? We were hoping to go live with our site this weekend.

    Thanks!

    #208035

    Yes, that worked! We’re almost there. I also needed to make the text all caps, so I added –

    text-transform: uppercase;

    That worked!

    I also need to make it the “BLOG” text the brown color (instead of white) and center it across the page in the bar. So I tried adding the text align and color CSS (see below), and it didn’t center or change colors. Any idea why?

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; text-transform:uppercase; text-align: center; color: #655b58; }

    #208007

    Hey!

    Ismael’s code should work. You can try adding !important to force it as following

    .main_menu ul:first-child > li > a { font-size: 18px!important; }

    Best regards,
    Yigit

    #208001

    Hey!

    If you would like to apply this following code that Ismael provided to your trails page

    .home .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 30px;
    }

    Please use following code instead

    .page-id-389 .av_font_icon.av-icon-style-border .av-icon-char {
    padding: 30px;
    }

    Regards,
    Yigit

    #207994

    Hi!

    If you would like to achieve something like this http://i.imgur.com/FkkLWqK.jpg
    you can remove the code i posted previously and add following one instead

    .title_container .breadcrumb { display: none; }
    .title_container .main-title { font-size: 30px; }

    Regards,
    Yigit

    #207984

    In reply to: Changing Size of Text

    Hi!

    Please add following code to Quick CSS instead

    .grid-entry-title {
    font-size: 16px; }

    You can go to Enfold theme options and change fonts under Styling tab

    Regards,
    Yigit

    #207958

    In reply to: Changing Size of Text

    Hi
    I am new to css but learning. I have a couple of questions:

    >I would like to change the font & font size of the titles in the thumbnails of the portfolio grid.
    I added this to the quick css but don’t see the change, and need to also change the font.

    .slideshow_container .portfolio-title .main-title{
    font-size: 25px !important;
    }

    ?
    thanks

    • This reply was modified 12 years, 3 months ago by Munford.
    #207930
    This reply has been marked as private.
    #207901
    This reply has been marked as private.
    #207893

    Hi Ismael,

    That did not seem to work. The main body text is larger per the first fix but the font in the menu has not changed. I want to change the font size of the words in the header menu as well as (maybe separately) the font size of the words that in the drop down of the menu.

    Here’s what I have in the quick.css section:

    /* Below added on 1/10/14 to make the main body text larger. */
    body, body p {
    font-size: 15px;
    }

    /* Below added on 1/10/14 to make the header larger. */
    .main_menu ul:first-child > li > a {
    font-size: 15px;
    }

Viewing 30 results - 17,521 through 17,550 (of 18,745 total)