Viewing 30 results - 18,121 through 18,150 (of 18,727 total)
  • Author
    Search Results
  • #171106
    hardeep_singh04
    Participant

    I want to increase the font size of Woocommerce pricing in product page only and paging option in catalog page. Please see the images for your kind consideration.

    Product Page -> http://postimg.org/image/5nhv3a1o7/

    Catalog Page -> http://s9.postimg.org/dhjxxtja7/Shop2.jpg

    #171092

    Hi .
    Q1. :
    main content -> image
    http://rghost.ru/49179534.view
    Where in setup change this colors ?

    Q2 :
    page with logo+menu , no header , no footer , no socket .
    in this page only widget “google search” in page center , i need page 100% height all time . (www.google.com)
    How setup ?

    Q3 :
    where in setup add widgets in footer or socket ?

    Q4
    page with revolution slider only .
    i need add in slider widget “enfold google maps” , but dont know this widget shortkode :( [???widget title???]

    Q5
    revolution slider …
    NOW : input text in tab -“i love Enfold”> i see nice color text . ” I Love Enfold” :))
    this command css :
    .tp-caption.small_yellow{
    position: absolute;
    color: #fff8dc;
    text-shadow: none;
    font-weight: 100;
    font-size: 25px;
    line-height: 9px;
    font-family: ‘Alegreya’, serif;
    padding: 0px 3px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:transparent;

    }

    I NEED : input icon number in tab ue803 -> resultat i see nice icon from enfold [av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"] . Tell me plz icons css code , i input this code in rev slider css . Its possyble ?

    Thanx for help :)
    i noob , i know it :)
    sorry for english .

    #170958

    Hi!

    Create a layer on the LayerSlider, select Div / Video. Add a code like this:

    <div class="layer-transparent">This is a text</div>

    Edit Enfold > Quick CSS or add this on your custom.css:

    .layer-transparent {
    display: block;
    background: rgba(0,0,0,.5);
    padding: 20px;
    font-size: 15px;
    color: white;
    text-align: center;
    vertical-align: middle;
    }

    Cheers!
    Ismael

    #170937

    Hey!

    1.) You can add this on your custom.css or Quick CSS to create a space on top of the “About” image.

    .flex_column.av_one_half.avia-builder-el-29.el_after_av_one_half {
    margin-top: 20px;
    }

    2.) There are drastic differences from browser to browser on how the actual rendered text looks. No matter how much control you try to exert over text, in the end, you don’t get much of what you expect. Not to mention most browsers are able to let users re-size and override font settings on the fly.

    Cheers!
    Ismael

    #170936

    Hey!

    Please add this on your custom.css or Quick CSS:

    .fallback-post-type-icon {
    position: relative;
    top: 49%;
    left: 50%;
    margin: 0 0 10px -20px;
    height: 60px;
    width: 60px;
    line-height: 59px;
    font-size: 25px;
    text-align: center;
    border-radius: 100px;
    display: block;
    }

    Cheers!
    Ismael

    #170895
    Cutegi
    Participant

    As nupirkau rev slideri ir dabar zaidziu su jo

    as noriu kad jame rodytu temos ikoneles
    Gal gali man parasyyt .css koda kuri as galesiu iterpti i “rev slideri” .css

    ten tokie kodai :
    .tp-caption.small_yellow{
    position: absolute;
    color: #fff8dc;
    text-shadow: none;
    font-weight: 100;
    font-size: 25px;
    line-height: 9px;
    font-family: ‘Alegreya’, serif;
    padding: 0px 3px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color:transparent;

    }

    man reikia kad butu sablonas kur as irasius iconos coda galeciau iskarto gauti paveiksliuka
    .tp-caption.icons……

    as dabar istatineju :
    [av_font_icon color="#64fade" font="entypo-fontello" icon="ue803" size="30px"]

    Aciu :)

    #170885

    In reply to: H2 tag with H3 Style

    Hi!

    Try with this:

    .page-id-2834 h2{
    font-size: 28px !important;  
    line-height: 1.1em !important; 
    margin-bottom: 10px !important;
    }
    

    Cheers!
    Josue

    #170881

    Hi!

    Yeah apparently i gave you css code for iconlist instead of iconbox. Here are correct codes;

    .iconbox_top .iconbox_icon { font-size: 50px!important; height: 90px; width: 90px; line-height: 84px; top: -64px; }
    .iconbox .iconbox_content .iconbox_content_title { margin: 30px 0 16px 0; }
    .iconbox_top .iconbox_content { margin-top: 80px; }

    You may need to adjust margin values depending on icon size. If you need to, feel free to let us know :)

    Regards,
    Yigit

    #170865

    In reply to: H2 tag with H3 Style

    Hey!

    I made a quick test adding this code and it appears to be working:

    h2{
        font-size: 34px !important;
        line-height: 1.1em !important;
        margin-bottom: 14px !important;
    }

    Result:

    Remember to reset any cache functionality after applying the code.

    Cheers!
    Josue

    #170858

    In reply to: H2 tag with H3 Style

    I know =)

    I put the following into custom.css and it didn’t alter anything:

    .entry-content h2 {
    font-size: 34px !important;
    line-height: 1.1em !important;
    margin-bottom: 14px !important;
    text-transform: none !important;
    }

    #170856

    In reply to: H2 tag with H3 Style

    Hello!

    The code i put was for reference, if you want the h2 tags to be like the h1, you’d use:

    h2 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}

    Best regards,
    Josue

    #170734

    In reply to: H2 tag with H3 Style

    Hello!

    You can find those styles in css/base.css

    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; }
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; }
    h5 { font-size: 16px; line-height: 1.1em; }				
    h6 { font-size: 14px; line-height: 1.1em; }
    

    Best regards,
    Josue

    #170721

    In reply to: H2 tag with H3 Style

    Hi!

    Try this:

    .entry-content h2 {
    font-size: 19px !important;
    line-height: 1.1em !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    }

    Cheers!
    Josue

    #170680

    Hi!

    You can use this to change the color of the menu container:

    #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
    background: #abbe31;
    }

    Font size of the main menu:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 13px;
    }

    Color of the menus:

    .bottom_nav_header.social_header .main_menu ul:first-child > li a {
    color: red;
    }

    Regards,
    Ismael

    #170490
    gmmediadienste
    Participant

    Ich habe die Social Icons im Footer Widget Bereich. Leider funktioniert das jetzt nicht mehr.

    Bis jetzt hatte ich die so eingebunden:
    <span class=”av_font_icon avia-font-entypo-fontello” style=”font-size:20px”>&ue840;</span>
    Die HTML codes von http://www.entypo.com/characters/ funktionieren bei Enfold aber scheinbar nicht mehr.

    Shortcodes funktionieren leider auch nicht.
    Wie kann ich nun die Social Icons im Footer realisieren?

    danke

    #170482
    jingle0
    Participant

    hi there, I just updated to the latest revision of Enfold and find that a link using a font icon no longer works in Safari. It does work in Firefox.

    I have a membership form where I use a font icon as the link for the user to download the form. the font icon should link to a pdf I have in my media manager. I checked the url link and it’s correct. I’ve emptied the cache in Firefox and the link works as it should but still not in Safari.

    While reviewing the link and shortcode I figured the new code reference may have changed so I created the link again and it still doesn’t work.

    [av_font_icon color="#dd3333" font="entypo-fontello" icon="ue887" size="40px" position="left" link="http://pacificpyros.org/wp-content/uploads/2013/06/PacificPyrosMembership-Form-2013-updated.pdf" linktarget="yes"]

    I’ve since created a second simple link that does work but I’d really like to use the font link again. Please help

    thx,

    #170414

    I haven’t used the !important rule.

    I am just picking out selectors and trying to edit them. I would appreciate a list of the selectors for:

    • background of the menu container
    • font size and color of the menus & submenus

    Hi Ismael ,

    Sorry I’m going to change my question.

    1.) I want a similar navigation like the kriesi site , the social icons look really neat in the navigation. Is this possible in enfold ? I’m using a small non fixed header. If this is a lot of work then I’d rather skip this.

    2.) My main issue is with the icons I want to place before the footer. I want the icons inside + the circle to be much bigger , I found this code >

    .iconbox_top .iconbox_icon{
    float:none;
    position: absolute;
    left: 50%;
    top:-26px;
    margin:0 0 0 -26px;
    padding:15px; <<< increases the circle size
    border-radius:100px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box; /* Firefox, other Gecko */
    box-sizing: content-box;
    font-size: 20px; <<< increases the font inside
    line-height: 24px;
    }

    My main issue here is I can’t center the icons, i mean not all of them. For example facebook centers fine, while vimeo doesn’t

    Hello dsgnerfw!

    What type of header are you using right now? You can increase the size of the social icons using this:

    #top .social_bookmarks li a {
    width: 40px;
    line-height: 42px;
    min-height: 40px;
    font-size: 20px;
    }

    Cheers!
    Ismael

    #170333

    Hi citystash!

    What do you mean by ugly? What are the changes that occur? Please be specific. Editing pages should not affect the styling of the site. Try this on your custom.css or Quick CSS field:

    p, span {
    font-size: 14px;
    }

    Regards,
    Ismael

    #170260

    Hey andypeck!

    1.) Add the following on the Quick CSS field or custom.css:

    #header_meta {
    background: red;
    }

    2.)

    #top .social_bookmarks li a {
    width: 40px;
    line-height: 42px;
    margin: 0px;
    padding: 0;
    min-height: 40px;
    font-size: 20px;
    }

    3.)

    #header_main_alternate, #avia-menu {
    background: red;
    }

    4.) You can inspect each menu item then look for the menu list id:

    #menu-item-755 a {
    background: blue;
    border-right: 1px solid green;
    border-left: 1px solid yellow;
    border-top: none;
    }

    Cheers!
    Ismael

    Hello jennallocco!

    1) Please try adding !important to force it

    #top .social_bookmarks { font-size: 18px!important; }

    2)

    #top .social_bookmarks li a { width: 50px; }

    Regards,
    Yigit

    #170193
    abmich
    Participant

    Hello – love your theme. The page layout editor is really powerful and the theme performs well.

    On my site at eatdrinktc.com I am having difficulty customizing the menu – specifically the following.

    1. The entire background of the menu bar – so it is a single, solid color
    2. The color & hover color of top level and sub links
    3. The font size of the title in the bar below the menu

    Normally I can use Firebug to determine what elements are in play but it appears that even when I add custom css into the quick code box it is over-ridden.

    Thanks!

    #170149
    allegrabillings
    Participant

    Hey guys,
    Quick question. I don’t even know if I am building this right but I wanted to have icons next to some text and links in my footer. so I just but together a small text widget and added some font icon code and html to make the widget look the way I want.

    The question is this: How do I target the icons and move them down say 4 pixels? I don’t like how they appear to sit a bit above the line next to them on the right. It is very noticable on the envelope at the bottom. I have tried a few different ways but it isn’t working. with the surounding brackets I don’t know how to right little inline css to manipulate them. Would you mind writing the code that moves one of the icons down say 4 pixels? I can duplicate for the other two. thanks.

    for reference:

    [IMG]http://i.imgur.com/SAtgl2H.jpg[/IMG&#93;

    [av_font_icon font="entypo-fontello" icon="ue821" size="15px" position="left"]<span style="margin-left: 5px;">218 Viceroy Street
    <span style="margin-left: 21px;">Billings, MT 59101
    
    [av_font_icon font="entypo-fontello" icon="ue854" size="15px" position="left"]<span style="margin-left: 7px;"><a href="tel:4067942593">406. 794. 2593</a>
    
    [av_font_icon font="entypo-fontello" icon="ue805" size="14px" position="left"]<span style="margin-left: 6px;"><a href="mailto: (Email address hidden if logged out) ?Subject=" target=""> (Email address hidden if logged out) </a>
    #170080
    norasp
    Participant

    Hi there!

    My name is Nora and I’m tweaking my first wordpress web and, of course, I need some help. Here’s the web http://www.casanostrafilms.com

    I tweaked the header code because the logo (I don’t know why) was too close to the header_meta (leaving a lot of space at the bottom but not enough space above). I also tweaked font sizes and other stuff, here’s the code (I’m showing everything in case there is something disastrous that I haven’t noticed):

    #header {
    font-size: 18pt; !important}
    
    #header_main {
    border-bottom-width: 0px;}
    
    #header_meta .container{
    min-height: 40px;}
    
    #top .social_bookmarks li{
    float:right; padding: 5px; !important; }
    
    #top .social_bookmarks li a {
    float:right; !important; }
    
    #top .main_menu .menu > li > a, #header_main .container{ font-size: 10pt; !important; }
    
    .breadcrumb.breadcrumbs.avia-breadcrumbs { color:#CC0000; }
    
    @media only screen and (min-width: 1140px)  {
    .logo img { padding-top: 20px;  }
    }
    
    @media only screen and (min-width: 760px) {
    .logo img { padding-top: 20px;  }
     }
    
    

    As you see it is the fixed header and when I scroll it the logo is too close to the bottom, so I would like to change the padding on the logo image again but only when scrolling so it’s height centered. Hopefully I won’t have to change .js

    Thanks a lot!!!!

    Nora

    • This topic was modified 12 years, 5 months ago by norasp.
    #170032

    Same problem like xpoveda. Since the last update all social icons are missing.

    i use them in the footer like that:
    <span class=”av_font_icon avia-font-entypo-fontello” style=”font-size:20px”></span>

    But when i look in the character map at http://www.entypo.com/characters/, they are also missing on that page. All Entypo Social Extention icons are blank.

    jennallocco
    Participant

    Hi,

    I have a 2 part question:

    1. How can I increase the font size of the social icons in the header? I found in the threads the following quick css code

    #top .social_bookmarks { font-size: 20px; }

    But this only changed the size on the mobile platforms. It didn’t seem to make a difference in the non-fixed header space mode

    2. How can I increase the space (distance) between the social icons in the header. The mobile version especially the icons are very close together, making it harder for someone to touch the current icon link.

    #169949

    hmm,
    it’s being used inside base.css :

    .image-overlay .image-overlay-inside:before{content:”\E869″; font-family: ‘entypo-fontello’; font-size: 18px; font-weight: normal; }

    #169946
    This reply has been marked as private.
    #169943

    Hey!

    Glad you fixed it! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 30 results - 18,121 through 18,150 (of 18,727 total)