Viewing 30 results - 13,051 through 13,080 (of 18,737 total)
  • Author
    Search Results
  • #500704

    Great. Can you tell me where to add that code?

    Here is the code for the buttons…

    [av_button label='Sign Up for our Newsletter' link='manually,http://http://explorenayarit.com/blog/newsletter-archives/' link_target='' size='medium' position='center' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] [av_button label='Read our Blog' link='manually,http://http://explorenayarit.com/blog/blog/' link_target='' size='medium' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] [av_button label='Ask Questions on our Forum' link='manually,http://jaltemba-bay-mexico.com' link_target='' size='medium' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class='']

    Thank you for the very fast reply!

    But, the changes shall apply to all Magazine elements at all pages. How can I do this?

    Also I would like to have the same Font/Fontsize as defined in “General Styling”/Body Text + Default Font Size:
    Lato, 18 px.

    Thanks
    Ferdinand

    #500635
    Renvato2
    Participant

    Hi, When I first started using Enfold I had to change the logo area to text which was done by your customer support for Enfold. I also changed the color of the text at that time. I now want to adjust the color of the TEXT in the LOGO area from green to orange but no matter what I do nothing works. I have tried to change the color by going into the GENERAL STYLING – LOGO AREA but nothing effects the text color, then tried going into Dashboard under Typography but again nothing effect the LOGO TEXT and finally I tried to adjust the color by going into the Editor under APPEARANCE Style.css but again nothing works see code below. Any suggestions?

    .logo img { display: none !important; }

    .logo, .logo a {
    overflow: visible;
    height: auto !important;
    width: auto !important;
    color: orange !important;
    }
    .subtext > div {
    line-height:18px;
    }
    .subtext .second-line{
    font-size: 16px;
    position:relative;
    left:40px;
    color: orange !important;

    #500527

    Topic: Header padding

    in forum Enfold
    philthebass
    Participant

    Hi,

    Just a follow up from this ticket

    https://kriesi.at/support/topic/colour-section-background-image-encroaching-on-header/#post-499690

    I now have a lot of white space between the header and the first page element on mobile devices

    I’ve posted a screen grab here

    http://screencast.com/t/wgKflBbwJ

    and the CSS I’m using is below.

    Can you suggest a way to get around this?

    Thanks

    .phone-info {
    font-family: ‘Salsa’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    float: left;
    font-weight: bold;
    line-height: 20px;
    font-size: 22px;
    padding: 20px 0 20px 0;
    }

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 179px !important;
    }

    #500477

    In reply to: Masonry Portfolio

    Hey jdrakeproductions!

    Add this to your custom CSS.

    .sort_by_cat a, .sort_by_cat spaan {
        font-size: 15px !important;
    }

    Getting a tooltip to popup when hovering over the image is going to take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.

    Best regards,
    Elliott

    #500459

    Hi!

    Yes, if you increase the width of the 3/4 column then the play button would go to the next line. What I would do is reduce the font size of the heading just a bit. It’s actually displaying all on one line for me but when I reduce the screen a bit I can see the issue.

    Cheers!
    Elliott

    #500415

    Hi!

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

    #header_main .social_bookmarks li a {
        font-size: 16px;
    }
    .widget a, .widget {
        color: #8d8d8d;
    }

    Cheers!
    Yigit

    #500248

    Try this:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    }
    
    • This reply was modified 10 years, 7 months ago by cyhouz.
    #500205

    Topic: Header Widget

    in forum Enfold
    journey5956
    Participant

    Before the update I had the widget working in the header. What do I need to do to fix it?
    I added this to the end functions.php after update:
    add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }
    Custom CSS:
    #header .widget {
    left: 70%;
    line-height: 20px !important;
    padding-top: 0;
    position: absolute;
    top: -115px;
    }
    Widget Content:
    <span style=”color: #2c7e3e; font-size: 16px; font-family: verdana,geneva;”>6 Regional Drive<br>
    Suite B<br>
    Pinehurst, NC 28374<br>
    Phone: 910-420-2405<br>
    Fax: 910-420-2762</span><br>
    <br>

    #500061
    PCD
    Participant

    I want to make the Icon Box circle size smaller and the icon larger. It appears correct in the Advanced Layout Editor, but always displays much larger.

    I added the following code, but it has no effect:

    #top .iconbox.av-no-box .iconbox_icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    }

    #500046
    matxxu
    Participant

    Hi!
    Please how can I show the titles of a portfolio grid when I put the mouse over the items? I have check the forums information and I just achieve to change the opacity of the items when I put the mouse over it but the titles doesnt appear :(
    I´ve used this code:
    .image-overlay {
    background: #000000;
    }
    .grid-image:before {
    content: attr(title);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    opacity: 1;
    font-weight: 200;
    font-size: 24px;
    color: #ffffff !important;
    top: 50%;
    }
    .grid-image:hover:before {
    opacity: 0.1;
    }
    .grid-image:before{
    transition: all linear 0.2s;
    }
    .grid-content {
    display: none !important;
    }

    Thank you!

    #499902

    Hi Wilfried!

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

    .first-table-item {
        font-size: 20px;
    }

    Cheers!
    Yigit

    #499895
    LandhausKienbacher
    Participant

    Hi experts,

    is it possible to change the font-size in the table? For example Apartment Basic in a bigger font-size?
    http://landhaus-kienbacher.de/landhaus-kienbacher-preise

    Many thanks in advance
    Wilfried

    #499846

    In reply to: Blog Post Font Size

    Hi procurement!

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

    .entry-content {
        font-size: 16px;
    }

    Regards,
    Yigit

    #499654

    Hm, this didn’t change anything.

    Here’s all the code added into the Quick CSS. Do you think any of the following is messing it up?

    #footer .social_bookmarks li a {
      border-radius: 100px!important;
    }
    
    #footer .social_bookmarks li {
    clear: none!important;
    }
    
    #footer .social_bookmarks li {
      clear: none;
      border-color: #222222;
    }
    
    .main_menu ul:first-child > li > a {
    font-size: 16px;
    }
    
    .main_menu ul:first-child > li > a { font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; }
    
    /* changes menu font*/
    #top .main_menu .menu li ul a { font-size: 14px; }
    
    #top .av-main-nav > li > a { font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif }
    
    #footer .widgettitle {
    font-size: 16px;
    }
    
    .widget {
    font-size: 14px;
    }
    
    .header-scrolled .logo img {
    padding-top: 5px;
    }
    
    .logo img {
    padding-top: 5px;
    }
    
    .logo img {
    padding-bottom: 5px;
    }
    
    /* This takes out the green hover icon over pictures */
    .image-overlay { display: none!important; }
    
    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
        background-color: transparent;
        color: black;
        border-color: transparent;
    }
    
    #top #wrap_all .header_color .av-menu-button-colored:hover > a .avia-menu-text, #top #wrap_all .header_color .current-menu-item > a .avia-menu-text {
        background-color: #016852;
        color: #ffffff;
        border-color: #004630;
    }
    • This reply was modified 10 years, 7 months ago by erusko.
    #499622

    I am very close the mobile media makes a switch at 780pxls that makes the social media icons disappear is there a way to set this to a lower number as the code you provided does not work below 780 pxls. Can you review the current coding that I have provided and let me know if the header looks good in addition to providing the code to make the social media icons appear past a number below 780pxls? Thanks for your help!

    .ui-datepicker-title select { padding-right: 17%; }
    
    @font-face {
      font-family: 'PT Sans';
      font-style: normal;
      font-weight: 400;
      src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
    }
    
    p { font-family: 'PT Sans' !important; }
    
    .grid-entry-title.entry-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    }
    
    .content, .sidebar {
    padding-top: 10px;
    padding-bottom: 10px;}
    
    body {
      font-size: 16px;
    }
    
    .phone-info span { font-size: 16px; }
    
    .main_menu .menu ul { width: 235px; }
    
    #top div .avia-gallery img { border-style: none; padding: 0; }
    
    @media only screen and (min-width: 584px) and (max-width: 1200px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: block;
    }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
    display: none;
    }}
    
    @media only screen
      and (min-width: 584px)
      and (max-width: 1200px) {
    ul.noLightbox.social_bookmarks.icon_count_4 {
    left: -60px;
    }}
    #499616

    Topic: Blog Post Font Size

    in forum Enfold
    procurement
    Participant

    Hi,

    I am trying to increase the font size of standard blog posts. I have tried the custom CSS that you have posted in response to other similar queries, but it does not seem to make a difference.

    Thanks

    #499483

    Hi, thank you very much for your anwser. I didn’t realize about the queue. Thanks for the info.
    I have implemented the code as you wrote but it does not work. I have put in like this. This is how my custom.css file looks like now. What have I done wrong? Please advise.

    /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
    
    /* General Custom CSS */
    
    .main_menu { right: auto !important; left: 310px !important; }
    .main_menu > div > ul > li > a > .avia-menu-text {
    color: #f8f8f8;
    font-weight: normal;
    font-size: 16px;
    text-shadow: 0 2px 2px #000000;
        
         !important; 
    }
    
    #menu-item-755 > .avia_mega_div {
        right: -850px !important;
    }
    
    #header .mega_menu_title {
    font-weight: normal;
    color: #f9f9f9;
    font-size: 18px; !important;
    }
    
    .main_menu .sub-menu > li > a > .avia-menu-text {
    font-weight: normal;
    color: #d0d0d0;
    font-size: 14px; !important;
    }
    
    @media only screen and (min-width: 480px) and (max-width: 767px) {
    #menu-item-755 > .avia_mega_div {
        right: 0px !important !important;
    }
    }
    
    /*
    Desktop Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
    
    @media only screen and (min-width: 768px) {
      /* Add your Desktop Styles here */
    
    }
    
    /*
    Mobile Styles
    ================================================== */
    /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
    
    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
    
    }

    Looking forward to your reply.

    #499419

    Hey!

    there is a typo, please change Ismael’s code to:

    @media only screen and (max-width: 467px) {
    body {
    font-size: 13px !important;
    }
    }
    

    OR

    @media only screen and (max-width: 467px) {
    body {
    font-size: 13px !important;
    }
    }
    

    and maybe you need this code for the text passage in question:

    @media only screen and (max-width: 467px) { 
    .avia_textblock {
    font-size: 13px !important;
    }}
    

    Cheers!
    Andy

    #499338

    Hi Wilko!

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

    .avia-search-tooltip a:hover {
        font-family: inherit!important;
        font-size: inherit!important;
    }

    It happens because you have following custom CSS code

    .header_color .main_menu ul:first-child > li a:hover {
        font-family: Yanone Kaffeesatz;
        color: #d47611;
        font-size: 21px;
        font-weight: 400;
    }

    Regards,
    Yigit

    #499315

    Hey!

    Switch it to this to target mobiles.

    <style type = "text/css">
    @media screen and (max-width: 767px) { .slideshow_align_caption h2 { font-size: 20px !important; } }
    </style>

    Cheers!
    Elliott

    #499227

    I can see what’s causing it. I added some custom CSS to increase the height of the phone info part of the header

    .phone-info {
    font-family: ‘Architects Daughter’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
    float: left;
    font-weight: bold;
    font-size: 22px;
    padding: 20px 0 20px 0;
    }

    Nay help you can give me to resolve this would be great. I want to keep the phone info formatting but need the rest of the theme to behave as it should.

    Thanks

    #499163

    Hi Ismael,

    thank you. But neither does work for the body text, I increased the font size per Avia page builder before. Only for the parts, where the body font size is set to default.

    Do you know what I mean?

    Jan

    #498988

    Hey Jan!’

    Thank you for using Enfold.

    The code is actually incorrect. The body tag contains the #top id attribute, basically, they’re the same. Please replace it with:

    @media only screen and (max-width: 467px) {
    body {
    font-size: 13px;!important;
    }
    }

    OR

    @media only screen and (max-width: 467px) {
    #top {
    font-size: 13px;!important;
    }
    }

    Best regards,
    Ismael

    #498960

    Thanks for the quick response. I can’t give you a link to the page, because the website is not yet live.

    Here are the icons (code) I am trying to use…

    [av_font_icon icon='ue8f5' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon] [av_font_icon icon='ue8f1' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon] [av_font_icon icon='ue8f6' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon] [av_font_icon icon='ue805' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class=''][/av_font_icon]

    Hey peterkra!

    It looks like your already changing their font size.

    .responsive #top .slideshow_caption .avia-caption-content {
      font-size: 13px !important;
    }
    .responsive #top .slideshow_caption h2 {
      font-size: 20px !important;
    }

    I recommend lowering them a bit more. That’s the only way I can think of to get them to fit in such a small screen. Or if you have another idea then take a screenshot and highlight exactly what your wanting to do and we’ll take a look.

    Cheers!
    Elliott

    #498778

    In reply to: My account ICON

    Hi!

    Replace the code in functions.php if you want to use the icon font:

    // add account icon
    add_action('ava_after_main_menu', function() {
    	echo '<a class="mobile-account" href="#"><span class="av_font_icon avia_animate_when_visible av-icon-style-  av-no-color avia-icon-pos-left  avia_start_animation avia_start_delayed_animation" style=""><span class="av-icon-char" style="font-size:40px;line-height:40px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></span></a>';	
    });

    I’m sorry but I don’t see why you have to add it above the header? According to the screenshot, you want to align the icons on a single file.

    Cheers!
    Ismael

    #498771

    Hi!

    The titles’ are a bit long so decreasing the font size is not a good option. If you want to try it, add this:

    @media only screen and (max-width: 767px) {
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        font-size: 11px !important;
    }
    }

    Cheers!
    Ismael

    #498688
    WEBIGAMI
    Participant

    Hi team,

    I increased some body font sizes with page builder in some sections of http://looklocal.co – on mobile, I’d like to reduce the font size again. But this code only works on body font parts which haven’t been set bigger. The in page builder increased text section stay the same with this code

    @media only screen and (max-width: 467px) {
    #top body {
    font-size: 13px;!important;
    }
    }

    An example on the fronpage of http://looklocal.co in the middle of the page:

    “Look Local ist ein junges Unternehmen aus Hamburg. Das Gründerteam verfügt über langjährige Branchenerfahrungen sowie exzellente Softwareentwicklungskompetenzen. Der enge Draht zu unseren Kunden liegt uns dabei sehr am Herzen. Sie sind herzlich eingeladen, uns jederzeit in unseren Büros in Hamburg zu besuchen und die Macher von Look Local persönlich kennenzulernen.”

    Please advise.

    Jan

    #498672

    Strangley enough I added an advanced layer slider section to the bottom of that page and it made the font size in that page correct if I remove the layer slider it goes back to fat font.
    Please look at it again as I have now removed the layer slider from the bottom of the page. It’s also still wrong on the other pages see links in my question.
    They all work fine when logged into WordPress though. Chrome is the main issue safari seems ok. If I am logged into WordPress chrome shows the headings corectly, when not logged in the links in my post are fatter special headings. I can supply login details if you would like?

Viewing 30 results - 13,051 through 13,080 (of 18,737 total)