Viewing 30 results - 11,761 through 11,790 (of 18,743 total)
  • Author
    Search Results
  • #594429

    Hey NickRob!

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

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

    Cheers!
    Yigit

    #594345

    Hey Charlotte! :)

    Please add following code to Quick CSS

    input#b_destination {
        font-size: 9px!important;
    }

    Cheers!
    Yigit

    #594305

    Hey!

    Sorry for the late reply!
    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    form.post-password-form p {
        font-size: 20px;
        font-family: arial;
    }
    #socket .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    Please post a screenshot and show the changes you would like to make regarding “fullwidth header photo”. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Cheers!
    Yigit

    grusett
    Participant

    Hi
    I have tried many css codes from your support forum but I can’t get it to work. I have a masonry gallery on my front page. I would like this effect on that gallery: http://www.wideeyecreative.com/.

    On hover I would like a darker blue color, white text color on title and caption, larger font size and the title and caption centered. I have tried for many days now but can’t get it right.

    The website is not live yet but please feel free to login and check it out (check private content).
    Thanx.

    #594202

    In reply to: Icon Issue

    Hey!

    We are working on your ticket please wait while we update the results here soon.

    The html structure did not allow the icons and the phone number to be on the same line we changed the structure for you please check the link now.

    Before

    <p class="p1"><span class="s1">President:  Janice Dahl</span>[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='' custom_class=''][/av_font_icon]<span class="s1">562-594-0902</span></p>
    <p class="p1"><span class="s1">Conservation Chair: Mary Parsell[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='' custom_class=''][/av_font_icon]562-252-5825</span></p>
    <p class="p1"><span class="s1">Field Trip Chair: Jeff Moore[av_font_icon icon='ue854' font='entypo-fontello' style='' caption='' link='' linktarget='' size='20px' position='' color='' custom_class=''][/av_font_icon]562-397-2667</span></p>
    <p class="p1"></p>

    After

    
    
    <div>President:  Janice Dahl</br>
      [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] 562-594-0902 
    </div>
    
    <div>Conservation Chair: Mary Parsell</br>
      [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] 562-252-5825
    </div>
    
    <div>Field Trip Chair: Jeff Moore</br>
      [av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] 562-397-2667
    </div>
    

    Cheers!
    Vinay Kashyap

    #593967

    In reply to: Accordion

    Hi @Luisgasser;
    try to add these lines (with your custom size of text) in to Quick Css field your child theme styles :

    /*SET THE SIZE OF THE TITLE OF THE ACCORDION*/
    #top .aviaccordion-title h3{font-size: 24px !important;}
    
    /*SET THE SIZE OF THE TEXT OF THE ACCORDION*/
    #top .aviaccordion-title p{font-size: 15px !important;}
    #593869

    HI,

    I need help with menu item font size, which should getting smaller on low res displays.
    You can try use browser zoom to see what am I talking about. Letters getting bigger and items cover each other, first item just disappearing from the right sight because i’ve disabled wrapping.
    So I still need solution with resizable font.

    Thank you in advance,
    Serge

    Hi Ismael,

    I think, I got it … I have allowed myself to “steal” this part of code with Firebug from the About Page, hope this is okay:

    /* TeamMember */
    
    .avia-team-member .team-social {
        border: 7px solid rgba(0,0,0,0.1);
        position: absolute;
        font-size: 19px;
        background: #fff;
        background: rgba(255,255,255,0.7);
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        border-radius: 3px;
    }
    
    #top .team-member-name {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        clear: both;
        color: #fff;
        float: left;
        font-family: "Open Sans";
        margin: 0;
        padding: 5px 17px;
        position: relative;
        top: -100px;
        z-index: 5;
    }
    
    #top .team-member-job-title {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        clear: both;
        color: #fff;
        float: left;
        font-family: "Open Sans";
    	font-size: 13px;
        margin: 0;
        padding: 5px 17px;
        position: relative;
        top: -100px;
        z-index: 5;
    }
    
    #top .team-member-job-title a {
        color: #ffffff;
    	text-decoration: none;
    	font-weight: normal;
    }
    #top .team-member-job-title a:hover {
    	font-weight: bold;
    }

    which looks now like

    Thank you — SOLVED —

    #593781
    web4youberlin
    Participant

    Hi forum,
    how can I figure another font-size in the main menu in the header?
    The font is to small and tiny. We have a slider behind.
    Thanks a lot for your help!
    Angela

    Hi jonojnz!

    Thank you for using Enfold.

    Resize the heading text with this:

    @media only screen and (max-width: 767px) {
    body .av-special-heading.modern-centered h1 {
        font-size: 50px;
    }
    }

    Note that the background-size property of the color section is set to “cover” which means that it will cover the whole container and in order to keep the image’s aspect ratio, it may cut off parts of the image. We can set it to 100% or contain but it will distort the image. More info regarding the “cover” value: http://www.w3schools.com/cssref/css3_pr_background-size.asp

    Regards,
    Ismael

    #593569

    In reply to: Enfold Woo Commerce

    Thank you Vinay.
    I deleted all CSS but the problem remains.
    I also tried your CSS but it does not remove the issue.
    I have also tried disabling plug-ins.
    See css in use (bottom)

    One thing: I used to use Propulsion theme installed. But I have now deleted. Could this be the problem?
    I will provide log in information on Monday

    Thank you

    CSS IN USE:

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

    strong.logo {
    top: 13px;
    }

    .page .page-thumb {
    display: none;
    }

    #socket .av-social-link-facebook a {
    color: #fff !important;
    background-color: #37589b !important;
    }
    #socket .av-social-link-twitter a {
    color: #fff !important;
    background-color: #46d4fe !important;
    }
    #socket .av-social-link-youtube a {
    color: #fff !important;
    background-color: #a72b1d !important;
    }
    #socket .av-social-link-gplus a {
    color: #fff !important;
    background-color: #de5a49 !important;
    }
    #socket .av-social-link-rss a {
    color: #fff !important;
    background-color: #ffa133 !important;
    }

    #header_main > ul > li > a.cart_dropdown_link span {
    font-size: 22px;
    }

    .content, .sidebar {
    padding-top: 22px;
    padding-bottom: 22px;
    }

    body .column-top-margin {
    margin-top: 22px;
    }
    .av-special-heading {
    margin-top: 22px;
    }

    #top div .widget_shopping_cart .button { float: left; }

    #top.single-post .big-preview.single-big {
    display: none;
    }

    .single-post .post-entry .big-preview{ display: none !important; }

    .onsale { display: none !important; }

    @media only screen and (max-width: 768px) {
    ul.cart_dropdown { display: none!important; }}

    .avia_textblock a { text-decoration: underline; }

    #scroll-top-link { display: none; }

    @media only screen and (max-width: 480px) {
    #top .social_bookmarks { display: none !important; }}
    © 2016 Microsoft Terms Privacy & cookies Developers English (United Kingdom)

    #593545

    Hi Vinay! Thanks for your response. Is a word break the only solution here? I was really hoping I could set a media query to create extra padding for smaller screen sizes OR use the query to make the font size smaller. I really like the layout of the words and I don’t want to break them up. I just want them to look centered with an even amount of padding around them. Any additional thoughts?

    Emily

    #593530

    In reply to: Menu with Second Color

    Thank you Rikard!

    That worked on one page but not others, which are still going back to orange when I’m in that section. And it has changed the color of the list in the mega menu to green as well; tried to affect those through ul li, but I feel like I’m just having to do too much coding for this, and probably not doing it well; I think I need to just hire someone rather than keep bothering you guys. Obviously a second colorway in the main menu is not part of the theme (though I imagine it would be something people would use if it were!)

    The mega menu is particularly difficult for us newbies to affect; it’s nearly impossible to inspect and you get asked a lot of questions about it. It would be great if you could give us a list of css “calls” that affect all the levels of these.

    I wish I could just have set up a menu class and done it that way but that didn’t work either.

    #menu-item-2641 a, #menu-item-2641 a {
    font-size: 23px;
    }
    #menu-item-9 li li a, #menu-item-2641 li li a {
    font-size: 14px !important;
    }
    #menu-item-2641 a:hover {
    color: #949243 !important;
    }
    #menu-item-2641 li a {
    color: #949243 !important;
    }
    .current-menu-item a .avia-menu-text {
    color:#949243 !important;
    }
    #header .mega_menu_title {
    font-size:15px !important;
    }
    #mobile-advanced ul a {
    font-size: 13px !important;
    color: 000 !important;
    }
    #mobile-advanced li a {
    font-size: 13px !important;
    color: 000 !important;
    }

    #593469

    Hey!

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

    .avia_textblock input[type="submit"] {
        font-size: 16px;
        padding: 15px;
        min-width: 120px;
        border-radius: 4px;
    }
    .avia_textblock input[type="submit"]:hover {
        background: #560611;
        opacity: 0.8;
    }

    Regards,
    Yigit

    #593339

    Well, I spoke too soon.

    Logo Resizing on IPad

    I want to show a unique wide horizontal logo on mobile devices. I have it working now on an IPhone by specifying a unique image in functions.php for the mobile logo as specified in your help. I display the horizontal image with a backgound color identical to the header color, and with a fixed width specified in quick css as:

    @media only screen and (max-width: 767px) {
    #header_main .inner-container {
    height: 100px;
    }
    .responsive .logo img {
    max-height: 100px;
    max-width:250px;
    height:100px !important;
    width:250px !important;

    }}

    This works perfectly on the IPhone, either in regular or landscape mode. On the IPad, however, it replaces the logo as it should, but it resizes the logo according to the width, which is exactly what I don’t want. I either want the IPad to use the standard logo, and let it resize it, or use the mobile logo, and don’t resize it. How can I do either?

    Drop down menus on IPad

    Drop down menus work perfectly on all devices, except the IPad in Vertical Orientation, where the background color changed to the top level menu selection color. In horizontal mode, it works fine. On every other device it works fine. It’s just on the IPad Vertically it does this. Why? Just as FYI, I used the following Quick CSS to highlight the top level menu on hover.

    #avia-menu li:hover a {
    background: #720903;
    font-weight: bold;
    }

    I am literally going out of my mind trying to fix these things..

    #593281

    Hi @sepruda ;
    I think you should change “Mobil Menu” settings
    You will find it :
    Dashbord > Theme Settings > Header > Mobil Menu
    or Mobil menu image Enfold Mobil Menu

    BTW the size of the menu text isn’t it too big ?
    this could help
    .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{font-size: 14px !important;}

    • This reply was modified 10 years, 1 month ago by begrafiks.
    daoist
    Participant

    This is what my CSS looks now: http://www.dersichtweise.at/blog/

    /* Stack footer */
    @media only screen and (max-width: 767px) {
    footer .copyright, footer .social_bookmarks, footer .sub_menu_socket {
    width: 100%!important;
    clear: both!important;
    display: block!important;
    float:none!important;
    }
    footer .social_bookmarks {
    padding-left:8px;
    }
    }

    /* header */
    .header_color .main_menu ul:first-child > li > a {font-weight: 300; font-size: 18px; font-family:’Helvetica Neue’}
    .header_color .main_menu ul:first-child > li > a:hover { color: #03558f; }
    .header_color .main_menu ul:first-child > li.current_page_item > a { color #d1606d; }

    /* Linie weg im menü*/
    .avia-menu {
    border-right: 0px !important;
    }

    /* title Farbe und größe*/
    .main-title a {
    color: #03558f !important;
    font-size: 24px !important;
    }

    /* title zentrieren */
    .title_container .main-title { text-align: center; }

    .alternate_color { border-color: #e1e1e1 !important; }

    /* footer font size */
    .iconbox_content_title {
    font-size: 15px!important;
    }

    #footer a {
    padding: 0;
    }
    #footer input {
    margin-bottom: 0;
    }

    /* logo große skalieren */
    .logo img {
    max-width: 100%;
    }

    #top .av-mailchimp-widget-style-boxed_form {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    }
    .widgettitle + .av-mailchimp-widget-style-boxed_form {
    margin-top: 10px;
    }

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    @media only screen and (max-width: 767px){
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    /* social icons im header */
    @media only screen and (max-width: 767px) {
    .responsive.html_header_top #header_main .social_bookmarks, .responsive.html_top_nav_header #top .social_bookmarks {
    margin-top: 0;
    display: block !important;
    }
    }

    /* logo abstand nach oben */
    .html_header_top.html_logo_center .logo {
    padding-top: 1px !important;
    }

    /*Farbrand rund um Widget box-Sidebar-blog */
    section#text-2 {
    border: 1px solid #ebeff5;
    padding: 10px;
    }

    /* social media icons größe */
    @media only screen and (max-width: 480px) {
    .responsive #header .social_bookmarks li { margin-right: 10px; }}

    /* Groesse linkliste footer abstand vertical */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child>li>a {
    padding: 0 20px;
    }
    }

    #593268

    And uor costum css is:

    Enfold costum CSS:

    #footer { font-size: 14px !important; }

    .header_color .main_menu ul:first-child > li> a { font-weight: 700;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    }

    .header_color .main_menu ul:first-child > li> a { font-weight: 700; text-transform: uppercase;}

    .av-main-nav > li:first-child .avia-menu-text{ border-left: 0; }
    .av-main-nav > li:last-child .avia-menu-text{ border-left: 0; }
    .avia-menu-fx{ display: none; }
    .av-main-nav > li > a > .avia-menu-text{ border-left: 1px solid #e2e2e2; padding-left: 20px; }

    #top .main_menu .menu li ul a {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: open sans;
    font-weight: 700;
    text-transform: uppercase;}
    }

    .main_color .image-overlay .image-overlay-inside::before {
    background-color:#F40 !important;
    }

    h2, h3, h4, h5 {
    font-family: ‘Century Gothic’, CenturyGothic, AppleGothic, sans-serif;
    }

    .widget_nav_menu a {
    font-family: ‘Century Gothic’, CenturyGothic, AppleGothic, sans-serif;
    }

    .widget_nav_menu a { font-size: 16px !important; }

    galluzzino
    Participant

    I need to use square brackets in the title of a caption in the fullscreen slider. But it seems that the brackets mess up the code.
    for instance if I put this text [brackets], next time I open I get this code in the caption text:
    ‘ custom_title_size=” custom_content_size=” caption_pos=’caption_bottom’ link_apply=” link=’lightbox’ link_target=” button_label=’Click me’ button_color=’light’ link1=’manually,http://&#8217; link_target1=” button_label2=’Click me’ button_color2=’light’ link2=’manually,http://&#8217; link_target2=” font_color=” custom_title=” custom_content=” overlay_opacity=’0.5′ overlay_color=” overlay_pattern=” overlay_custom_pattern=”]

    I tried with several plugins like Raw HTML without any luck.

    This is the site

    http://www.metzdesign.com

    thanks

    #593081

    Hello:

    I recently update wordpress and my enfold theme and it seems that the quick css you gave me is not working. The menu fonts are small and the menu items are shoved tight to the right of the screen. I could use some help. The quick css i have is below. Can you let me know what the correction is please:

    @media only screen and (max-width: 1200px) {
    #top #header .av-main-nav > li > a {
    font-size: 16px !important;
    }
    }
    span.comment-count {
    display: none;
    }

    #top .widget li a {
    color: white;
    }

    #top .widget .children{
    margin-left: 9px;
    }

    #592976

    I have used this – <span style=”font-family: Century Gothic; font-size: 70px;”>

    #592925

    Hi Charlotte! :)

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

    #top .social_bookmarks li a {
        font-size: 12px;
    }

    Regards,
    Yigit

    #592824

    In reply to: Increasing mobile logo

    Hey!

    Please add following code to Quick CSS

    #header_meta * {
        color: white;
        font-size: 20px;
    }

    Regards,
    Yigit

    Hey!

    Please add following code to Quick CSS as well to decrease the size of caption titles on mobile

    @media only screen and (max-width: 480px) {
    .responsive #top .slideshow_caption h2 {
        font-size: 14px!important;
    }}

    If that is not what you meant by “different”, please elaborate.

    Best regards,
    Yigit

    #592539

    Hi!

    I’m trying to login to the site but I got the following errors:

    Service Unavailable

    Inactivity Timeout

    Please ask your hosting provider why this is happening. Also the site loads very slow because there’s a bunch of internal styles loaded on the page. Example:

    .at-resp-share-element{position:relative;padding:0;margin:0;font-size:0;line-height:0}.at-resp-share-element:after,.at-resp-share-element:before{content:" ";display:table}.at-resp-share-element a{display:inline-block;*display:inline;*zoom:1;margin:0 2px 5px;text-decoration:none;text-transform:none;color:#fff;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.at-resp-share-element a:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);color:#fff;text-decoration:none}.at-resp-share-element a .at-icon-wrapper{padding:5px}.at-resp-share-element a.at-share-btn.at-svc-compact:hover{-webkit-transform:none;transform:none}.at-resp-share-element .at-icon,.at-resp-share-element span{display:inline-block;float:left;cursor:pointer}.at-resp-share-element .at4-share-count-container{text-decoration:none;float:none;padding-left:15px;font-size:9pt}.at-resp-share-element a .at-label{font-size:9pt;padding:0 15px 0 0;margin:0 0 0 5px;height:2pc;line-height:2pc;background:none}.at-mobile .at-resp-share-element .at-label,.at-resp-share-element.at-mobile .at-label{display:none}.at-resp-share-element.at-mobile a{margin-right:5px}.at-mobile .at-resp-share-element a{padding:5px;margin-right:5px}
    

    There are more than 20 duplicates of this style sheet. This is probably from a plugin.

    Best regards,
    Ismael

    #592535

    1. Thank you very much!!!! It works Great!
    2. Sorry, but i wait too much time and found how to make what i want other way (using functions.php and custom css). Images looks fine but i cant do smooth animation of fade like in case with <div>. Link with cutted image attached. And if you can fix it help me with zoom animation like i have now with normal image on mouse over.

    And now i have one more task with menu I cant solve:
    In my macbook 13 with Retina Menu Items looks fine but if someone uses low resolution for example 1366×768 and close to this they are facing with https://mail.google.com/mail/u/0/?ui=2&ik=dcc23ead88&view=att&th=153388f239642324&attid=0.1&disp=safe&zw
    and https://mail.google.com/mail/u/0/?ui=2&ik=dcc23ead88&view=att&th=153388f239642324&attid=0.2&disp=safe&zw

    i’ve tried to put
    .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: #3d2312;
    font-size: 30px;
    text-shadow: 0 0 12px white;
    font-family: ‘eurofurence_light’;
    background: transparent;

    }

    #avia-menu li:hover a {
    font-size: 32px;
    text-shadow: 0 0 3px white;
    glow: white;
    color: #3d2312;
    border-radius: 2px !important;
    }

    into @media only screen and (min-width: 1200px) {} but still have no result.

    How can i fix?

    Thank you in advance!

    #592449

    Hi pbenewith,

    Please try the following in Quick CSS under Enfold–>General Styling:

    ul.sub-menu li a .avia-menu-text {
    text-transform:uppercase !important;
    font-size: 20px !important;
    }
    

    Best regards,
    Rikard

    #592345

    In reply to: Table Customization

    Hey Rikard,

    I tested two ways table:
    1- Using the element “Text Block” by inserting the html table.
    2 Using the element “Code Block” iserindo the html table.

    Both did not work.
    The idea of using the element “text block” is the reason of the table visually appear in wordpress and so have a more simple and easy editing.

    All this because I have not found an editable element with this table structure:

    <table>
    <tbody>
    <tr>
    <th colspan=”2″ scope=”col”>TITLE</th>
    </tr>
    <tr>
    <td rowspan=”4″>image</td>
    <td>TEXT</td>
    </tr>
    <tr>
    <td>TEXT</td>
    </tr>
    <tr>
    <td>TEXT</td>
    </tr>
    <tr>
    <td>TEXT</td>
    </tr>
    </tbody>
    </table>

    Note: the table contains background colors, padding and font-size direntes.

    Thank you.

    #592226

    Hi Andy,

    I applied the code to the Quick CSS, but there is already code there. I applied the most recent code into the same box seeing as there is only one, so the Quick CSS box is filed as follows (see below), but no changes were made as a result. In other words, the text was not centered, the slider on the website still has the text awkwardly aligned to the top. Can you please tell me what to do next?

    @media screen and (max-width: 767px) {
    .ls-slide h3 { font-size: 9px !important; }
    }

    .menu li > a:after { content: ‘ ▾’; }
    .menu li > a:only-child:after { content: ”; }

    @media only screen and (max-width: 767px) {
    .layer-textbox {
    padding-top: 20px;
    }
    }

    #mc_embed_signup .clear {
    display: block;
    visibility: visible;
    height: auto;
    width: auto;
    }

    .blog span.post-meta-infos * {
    display: none;
    }
    .blog span.post-meta-infos time{
    display: block;
    }

    .page-id-27.post-meta-infos {
    display: none;
    }

    #592095

    Hi Jasmer!

    Please add following code to Quick CSS

    .widget input[type="submit"] {
        width: 100%;
        font-size: 12px;
        min-height: 42px;
        border-radius: 2px;
    }
    input#subscribe-field-blog_subscription-2 {
        background: transparent!important;
        padding: 13px!important;
        border-radius: 2px !important;
    }
    

    Best regards,
    Yigit

Viewing 30 results - 11,761 through 11,790 (of 18,743 total)