Viewing 30 results - 17,371 through 17,400 (of 18,727 total)
  • Author
    Search Results
  • #213286

    Hey!

    Please add following code to Quick CSS as well

    .main_menu ul:first-child > li > a { font-size: 16px; } /* changes the font size of main menu */
    #top .main_menu .menu li ul a { font-size: 15px; } /* changes the font size of dropdown menu */
    .header_color .main_menu ul:first-child > li > a { color: red; } /* color of main menu items */
    .header_color .main_menu ul:first-child > li a:hover { color: blue; } /* hover state of main menu items */
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; } /* color of active menu item */

    Best regards,
    Yigit

    #213280

    In reply to: Responsive Sidebar

    This reply has been marked as private.
    #213170

    Hello,

    Am I doing it right? I go to the link recommended above by Ismael, http://www.entypo.com/characters/. Then I use the character code under the image. For example, if I wanted to use the phone (image on very top left), then the code is U+1F4DE. I enter in “1F4DE” in the code entered into quick.css. My quick.css ends up looking like this:

    /* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
    body, body p {
    font-size: 17px;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 18px !important;
    }
    
    .image-overlay .image-overlay-inside:before {
    content:"\1F4DE"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; 
    }

    Again, when I hover over the image it just shows “1F4DE” and does not show the phone icon.

    #213165

    In reply to: Icon Box and Text

    This reply has been marked as private.
    #213084

    In reply to: Button Details

    Hey pc37075!

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

    .avia-button.avia-size-large {
    padding: 15px 30px 13px;
    font-size: 20px; }

    Font size is 13px by default and i have not changed padding values as increasing font size already makes button bigger, if you want to increase padding, please adjust it as well

    Best regards,
    Yigit

    #212640
    Erik Swenson
    Participant

    Hello,
    Foremost, Enfold is amazing. Great work & Thank You very much…

    I’m having some difficulty adjusting the line height inside the cells of a ‘Pricing Row’ of a ‘Pricing Table’ I’ve created…
    Pricing Table Trouble
    I would like to reduce the vertical space between the dollar amount and “per cleaning”
    Shortcode:

    [av_cell col_style='avia-center-col']$99<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
    [av_cell col_style='avia-center-col']$119<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]

    CSS:

    .pricingTable_perCleaning{
    	font-size: 0.2em; 
    	line-height: 0.2em !important; /* BROKEN */
    	font-weight: normal;
    }

    I’m hoping you could provide a solution as I haven’t been able to find any suggestions & everything I’ve tried thus far has failed.
    Thanks in advance!

    #212633

    Here is my quick.css in the Child Theme. You can see I added the line at the bottom. When I hover over the image it shows the character code, in this case “E73C”, and not the icon. Thoughts? My preference is to not touch the main theme files to make upgrading easy.

    /* Below added on 1/10/14 to make the main body text larger. Added by Ryan Schefke */
    body, body p {
    font-size: 17px;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 18px !important;
    }
    
    .image-overlay .image-overlay-inside:before {
    content:"\E73C"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; 
    }
    #212614

    Hi!

    You can use this:

    h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    }
    
    h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    }

    Regards,
    Ismael

    #212589

    Thanks Ismael, however the code doesn’t seem to change anything if I modify width, font-size or line-height.

    #212587

    Great.
    How do I add different font weights and text sizes to h1 & h2?
    I’d like
    h1 – Raleway 600, font size 20px
    h2 – Raleway 500, font size 14px

    thanks :)

    • This reply was modified 12 years, 2 months ago by sineadh.
    #212552

    Hi Lead!

    Edit css > base.css, find this code on line 363:

    .image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }

    Replace the content value “\E860” with a different fontello icon.You can refer to this link for more icon codes: http://www.entypo.com/characters/

    Regards,
    Ismael

    #212530

    Hey TFT!

    That is not possible at the moment. You can only adjust the width of the tooltip. Use this on Quick CSS:

    #top .avia-icon-tooltip {
    width: 500px;
    font-size: 15px;
    line-height: 1.6em;
    }

    Best regards,
    Ismael

    #212366

    In reply to: how to customize lines

    Hey David!

    Use the “Short Separator” then add this on Quick CSS or custom.css:

    .hr-inner {
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    border-top-width: 1px;
    border-top-style: solid;
    }
    
    .hr-short .hr-inner-style {
    border-radius: 20px;
    height: 34px;
    width: 34px;
    border-width: 2px;
    border-style: solid;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    line-height: 33px;
    text-align: center;
    border: none;
    }
    
    .alternate_color .hr-short .hr-inner-style:before {
    color: #42a0bd;
    }
    
    div .hr-short .hr-inner-style:before {
    content: '\E808';
    font-family: 'entypo-fontello';
    }
    
    .hr-short .hr-inner-style:before {
    font-size: 13px;
    color: rgb(66, 160, 189);
    }

    Regards,
    Ismael

    #212312

    Awesome…! that worked – Cheers :-)

    #212266

    Hi!

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

    .entry-content-wrapper .post-title {
    font-size: 50px; }

    Best regards,
    Yigit

    #212263

    Hey!

    Please add following code to Quick CSS as well

    div .slideshow_caption h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 44px;
    }
    .av_slideshow_full .active-slide .avia-caption-content { font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    }

    Regards,
    Yigit

    #212254

    thanks i tried but nothing changes. I would put the arial font and increase the size of both written http://www.biluba.com
    help me

    #212253

    In reply to: Search icon

    Hi!

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

    #top #menu-item-search.menu-item-search-dropdown>a {
    font-size: 20px;
    margin-top: 10px;
    }

    Cheers!
    Yigit

    #212230

    Hi allaboutapps!

    You can use these selectors on Quick CSS:

    .sort_by_cat {
    font-size: 15px;
    }
    
    .inner_sort_button span {
    color: red;
    }
    
    .main_color #js_sort_items a.active_sort {
    color: blue;
    }

    Best regards,
    Ismael

    #212209
    allaboutapps
    Participant

    Hi kriesi support team,

    I have a portfolio grid on my site and would like to edit the category selector above the portfolio grid (change the font, size and so on).

    Is there any way I can do this?

    Thanks in advance!
    Thomas

    #211895

    In reply to: Enfold Showcase

    Hello
    Here is our Enfold’s version: http://www.augmented-banking.com/
    We need just (for the time being) a single homepage.
    I had many customized tips for a better mobile experience (like biger font-size in Layer Slide, top fixed header,…)

    #211871
    sineadh
    Participant

    Hi,

    I’m wanting to use Raleway 400,500,600 weights:

    paragraph – raleway 500;
    h1 {
    font-family: ‘Raleway’, san serif;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    color: #a37908;
    }
    h2 {
    font-family: ‘Raleway’, san serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #a37908;
    }

    I’ve added this into functions.php as above but not sure how to set the rest.

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Raleway’] = ‘Raleway:400,500,600’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Raleway’] = ‘Raleway:400,500,600’;
    return $fonts;
    }

    Thanks!

    #211861

    Ok. See it here: http://screencast.com/t/QcB7SM15
    The Post title: Business & Lifestyle Testimonial: Hear From The “GodMother” Dorothy Cook Platinum President

    I have increased the font size to 50px but can see no change.

    Please advise.

    #211828

    It worked. Thank you.

    #211785

    In reply to: Mobile questions

    Hi!

    For a fixed header on mobile, add this to the Quick CSS:

    @media only screen and (max-width: 767px) {
        #header {
            position: fixed !important;
        }
        .fixed_header #main{ 
            padding-top:88px !important; 
        } 
    }

    Regarding the font size difference on the LS and the background section, i’m not sure if it’s possible to equalize them because LS handles font size and positioning quite differently.

    Cheers!
    Josue

    #211714

    Hi Tommy!

    You can use this to modify the portfolio excerpt:

    .grid-entry-excerpt.entry-content {
    font-size: 20px;
    font-family: Arial;
    font-style: normal;
    }

    Change the values. Add this to center align the excerpt:

    .grid-entry-excerpt.entry-content {
    text-align: center;
    }

    Cheers!
    Ismael

    #211664

    Hi fjrichart!

    You can add this on Quick CSS to change the font size:

    .comment_text em {
    font-size: 11px;
    }

    Best regards,
    Ismael

    #211564
    fjrichart
    Participant

    How can I change the size and color of this message: Tu comentario está en espera de revisión (Your comment is awaiting moderation)
    It appears in spanish in my blog because it is a spanish blog but I don’t know where it is created in spanish because I’ve only could find it in English in “loop-comments.php”.

    #211514

    Hey!

    Try adding this code to the Quick CSS:

    .button {
        font-family: 'Oswald', sans-serif;
        font-size: 22px !important;
    }

    Cheers!
    Josue

    #211508
    tonyiatridis
    Participant

    Hi guys,

    On this page:

    http://kristencooper.com/ctt/experience/

    I have a grid of 1/3 columns with images and text widgets placed inside.

    How do I reduce the padding and/or margin between rows of columns. The space between the columns (side to side) is good. I need to tighten up the space between the rows (up and downwards).

    Also I have set some CSS for the text on this page as such:

    .experiencecaptions {
    font-size: 150%; line-height: 125%; text-align: left; color: #b8b8b8;
    }

    I apply this in the text widget with a span class. These instances of the text are also links.

    I want the hover state of the links to change color and have no underline and be red, so I wrote:

    .experiencecaptions a:hover{
    text-decoration: none; color: #cb2f16;
    }

    This has no effect while another similar style works elsewhere on another page.

    I also tried just:

    .experiencecaptions a{
    text-decoration: none;
    }

    also no dice, I’m not overriding something in the cascade even with !important added.

    Any help would be most appreciated.

    Thanks

    Tony

Viewing 30 results - 17,371 through 17,400 (of 18,727 total)