Viewing 30 results - 13,441 through 13,470 (of 18,734 total)
  • Author
    Search Results
  • Eagles1227
    Participant

    Support,

    I’m having an issue with my footer that I cannot figure out – the button shortcode displays “Click me” instead of the text within the shortcode (See below). Any way to resolve this?

    [av_heading heading='WE LOVE SOLVING PROBLEMS' tag='h1' style='blockquote modern-quote' size='46' subheading_active='' subheading_size='15' padding='0' color='' custom_font=''][/av_heading]

    [av_three_fourth first]<span style=”font-size: 18px;”>The sale of real estate is a business transaction. So why not hire businesspeople to solve your real estate problems? That’s why we’re here.</span>
    [/av_three_fourth]

    [av_one_fourth][av_button label='Let's Get Started' link='page,79' link_target='' size='large' position='center' icon_select='yes' icon_hover='aviaTBicon_hover' icon='ue805' font='entypo-fontello' color='light' custom_bg='#444444' custom_font='#ffffff']
    [/av_one_fourth]

    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-thin' custom_width='100%' custom_border_color='#666666' custom_margin_top='5px' custom_margin_bottom='5px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']

    [av_one_third first]<span style=”font-weight: bold; font-size: 14px;”>IN A NUTSHELL</span>
    We’re a group of creative, passionate and highly motivated professionals who represent buyers and sellers in the sale of luxury real estate here in Center City, Philadelphia.

    [/av_one_third]

    [av_one_third]<span style=”font-weight: bold; font-size: 14px;”>CONSUMERS BEWARE</span>
    When involved in dual agency, consumers stand to lose hundreds of thousands of dollars. According to Trend MLS, 1 in 4 homes that sold over $1.2 Million in Center City, Philadelphia was a dual agency transaction.
    [/av_one_third]

    [av_one_third][av_image src='https://tjmpropertygroup.com/wp-content/uploads/2014/09/Keller-Williams.png' attachment='156' attachment_size='full' align='left' animation='bottom-to-top' styling='no-styling' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff'][/av_image][/av_one_third]

    [av_two_third first]215.627.3500 | 1619 Walnut Street, 5F, Philadelphia, PA. 19103
    Each Keller Williams Office is Independently Owned and Operated. Information not verified or guaranteed.
    © Tyler J. Morrison   |   PA License #: RS317543   |   Privacy Policy   |   Site Map   |   Created by TJM Creative [/av_two_third]

    Thanks in advance for your help!

    #471999

    In reply to: Phone number size

    Hey JBNPhoto!

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

    .phone-info span {
    font-size: 16px !important;
    }

    Best regards,
    Rikard

    #471916

    In reply to: Testimonial

    Thank you
    I’m working on my home page
    http://bodytalkcare.com/

    and I have used the testimonial slider.
    How do I make that testimonial text the same font and color and size as the rest on my website.
    this is the code in my quick CSS:

    .avia_textblock p, .avia_textblock {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    }

    Also, how do I put the image of the person on the left, make it larger and remove the slider arrows on the left and right?

    thank you!

    Hi hillphoenix!

    You can edit your submenus with the below css in the custom css section in your theme options:

    #top #header .mega_menu_title a {
      color: inherit;
      font-size: 17px;
      line-height: 1.1em;
      padding: 0;
      margin: 0;
      background: transparent;
      border: none;
    }

    However, may we have temporary access to your website to find out why sub menus are ignoring the advanced styling changes?

    Be sure to include credentials in the private content section.

    Cheers!
    Dake

    #471846

    Same here, want to change the color of only one of the menu-items of the (main) mobile-menu – nothing (dedicated class, #id, […]) work, whatever I try.
    Font size and alignment goes fine, think I got the same “problem” as axelfx07 — any hints!?

    • This reply was modified 10 years, 8 months ago by Alex.
    #471791

    Hi Elliott

    Thank you for getting back to me. So I guess the only way to fix this is to either increase the size of the image or reduce the font size so it can accommodate both the text and CTA button within the slider yes?

    Cheers

    Archie

    Hi Keith!

    The effect is actually possible by performing some lengthy css changes to the current Masonry Grid tool with the overlay disabled and “Element Title and Excerpt” set to “display on mouse hover”.

    Right now the zoom effect is enabled by default, so you would need to apply a blue background-color (or similar) with an opacity setting of about 0.5 to the thumbnail container (on hover).

    For example:

    .av-fixed-size .av-masonry-outerimage-container:hover {
      position: absolute;
      background-color: #509DE1;
      opacity: 0.5;
    }

    The title and excerpt positioning can be altered using the below class group:

    .av-masonry-entry .av-masonry-entry-title {
      line-height: 1.3em;
      margin: 0;
      font-size: 50px;
      color: #fff;
    }

    Finally the default background that appears on hover can be removed with the below:

    .main_color .container .av-inner-masonry-content {
    background-color: transparent;
    }

    That is the gist for css. The font can be changed using a webfont tool of your choice.
    .
    Best regards,
    Dake

    #471706

    hmm. for some reason changing those pixel values has no effect at all on either caption’s font size. could you please check again?

    Thanks

    hillphoenix
    Participant

    I need to change the sub menu for my enfold template. I tried the advanced styling, but is not working. Which .css file is this located in? I can also add to Quick CSS if needed.

    http://staging.supermarketsense.com

    Thanks for your help.

    #471529

    Hi rdswestnet!

    I think this is happening because of the font size of the captions. Change its size for the specific screen size using media queries:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1078px) {
    h2.avia-caption-title {
    font-size: 38px !important;
    }
    .avia-caption-content.av_inherit_color {
    font-size: 30px !important;
    }}
    

    Cheers!
    Andy

    #471491

    Hi jihadmunther!

    go to Enfold->Advanced Styling->”Select an element to customize” and choose your main menu link to customize them.

    Can you show us your post slider title providing us a link? so we can inspect the elements? Try this code:

    .avia-content-slider .slide-entry-title {
    font-size: 11px;
    } 
    

    and adjust as needed.

    Best regards,
    Andy

    #471470

    Hi Nathan!

    Add this to your custom CSS.

    #header_main_alternate { border: 0px !important; }
    nav.main_menu .menu > li > a {
      font-size: 16px !important;
    }

    Best regards,
    Elliott

    #471311

    In reply to: Font size and color

    Hi Nathan!

    Thank you for using Enfold.

    You can add this to the Quick CSS field:

    .avia_textblock p, .avia_textblock {
      font-family: Courier;
      font-size: 16px;
      font-weight: 600;
    }

    Regards,
    Ismael

    #471310

    Hey janeyj!

    Thank you for using Enfold.

    You can remove the code then replace it with:

    @media only screen and (min-width: 1024px) {
    .av-main-nav > li > a {
      letter-spacing: .5px;
      padding: 0 10px;
      font-family: 'Open Sans' !important;
      font-weight: 500;
      font-size: 15px;
    }}

    Best regards,
    Ismael

    #471230
    J.A.R.
    Participant

    Hello,

    how do i change the font size to my main menu?

    also since were here, how do i change the font size to the post slider title?

    #471215
    janeyj
    Participant

    Having issues with the display on the navigation for iPad. Desktop and phone look great.

    I’ve tried numerous @media styles and sizes and there is seemingly no change when I adjust — not to font size, padding…anything.
    I have this set in Quick CSS (because the custom.css file isn’t picking up the very same styles I set for anything):

    .av-main-nav > li > a {
    letter-spacing:.5px;padding:0 50px;font-family:’Open Sans’ !important;font-weight:500;font-size:15px;
    }

    However, even removing the above style, it only changes the desktop layout. iPad looks the same regardless. Any ideas?

    TIA!

    #471214

    Topic: Font size and color

    in forum Enfold
    Nathan
    Participant

    Hello,

    How do I make my font (text block content) 16px Courier and a darker color that is more eligible to read then the standard enfold default color?

    Thank you

    mrdan
    Participant

    I add this to my quick CSS

    .header_color .main_menu ul:first-child > li > a { font-size: 18px!important; color: red!important; background-color: green!important; }
    .header_color .main_menu ul:first-child > li > a:hover { color: orange!important; }
    .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: blue!important; }

    font size changes, background color changes, but I cannot get any of the colors to change on main menu.

    Thank you for your help.

    #471089

    Hi m!

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

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

    Regards,
    Yigit

    #471005

    Hi zihuahotel!

    You can use this CSS to change the portfolio grid title size.

    .grid-entry-title { font-size: 20px !important; }
    

    For the extra text, have you considered using the AJAX portfolio? It gives you a nice way to add extra information, sliders, galleries, etc etc, to each portfolio.

    Cheers!
    Elliott

    #470694

    In reply to: Menu size

    i think the orignal set of that is in:

    .av-main-nav > li > a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        padding: 0 13px;
        text-decoration: none;
        transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s;
    }

    so if you goto quick css and change padding i guess this is what you want:

    .av-main-nav > li > a {
        padding: 0 30px;
    }
    #470657

    In reply to: Sidebar Widget Titles

    Hi Alicia!

    Please try the following:

    .widgettitle {
      background: pink none repeat scroll 0 0;
      color: white !important;
      padding: 10px;
      font-size:25px !important;
      text-transform: none !important;
    }

    Also please link to your previous topic so that we can find the information you have provided previously.

    Cheers!
    Rikard

    #470639

    In reply to: Product price style

    Hi!

    Thank you for using Enfold.

    You can use this instead:

    .single-product .template-shop span.amount {
    font-size: 20px !important;
    text-align: right;
    display: block;
    }

    It will not affect the widgets in the footer area.

    Cheers!
    Ismael

    #470492

    Hey JJDInnovations!

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

    .av-masonry-sort a {
      font-weight: bold;
      font-size: 16px;
    }

    Cheers!
    Yigit

    #470490
    JJDInnovations
    Participant

    Hi Kriesi,

    Really loving the Enfold theme!

    I was wandering if there is a way of increasing the size and possibly making bold the font in the sorting menu of a Masonry Content Element, particularly for the page attached.

    Regards,

    Joyjit

    #470380

    Hi hackoffseries!

    There just isn’t enough space there. How would you like to change it? Would you like to try reducing the font size?

    Cheers!
    Elliott

    #470365

    Topic: Product price style

    in forum Enfold
    profumopuntoit
    Participant

    Dear Kriesi,

    we are using a plugin to display in table rows the prices of the variations “Woocommerce Variations Table – Grid”, so now is useless to show the price just under the product name. I hide it with the help of Firebug with:

    #top .price, div .stock { display: none; }

    and I set price style like this:

    span.amount {
    font-size: 20px !important;
    text-align: right;
    display: block;
    }

    and it works..

    The problem is that in the footer there is a widget to display product on sale that use the same span class=”amount”, and may be that class is used also in other places.
    How can I reference just the price on top of product page leaving others instances untouched?

    Thank you Mauro

    #470362

    Topic: Sidebar Widget Titles

    in forum Enfold
    partnerevents
    Participant

    Hello,

    Sorry, I responded to quickly to my other topic on this before completely checking everything out. I was able to change the titles to have the boxes around them, but I am unable to change the font size of all of my titles to 25px in lowercase, I can put it in my css but it doesn’t take over.

    Thanks!
    Alicia

    #470335

    In reply to: move text 10px up

    ok i have more custom spaces classes:

    .custom-spacing h3 {

    letter-spacing: -0.01em;

    }

    .custom-spacing h6 {

    letter-spacing: -0.1em;

    }

    @media only screen and (max-width: 1100px) {

    .custom-spacing.custom-overflow h3 {

    font-size: 35px!important;

    }}

    #470244

    In reply to: Image Icon Animation

    For future reference, here is how I added animation for an icon
    All I needed was to remove the classes avia_start_animation avia_start_delayed_animation from the span.av_font_icon

    
    <div class="av-special-heading av-special-heading-h2  blockquote modern-quote  avia-builder-el-12  el_before_av_heading  avia-builder-el-first   av-inherit-size" style="padding-bottom: 10px; font-size: 40px;">
    
    <h2 class="av-special-heading-tag" style="float: left;">
    
    <span class="av_font_icon avia_animate_when_visible av-icon-style-  avia-icon-pos-left">
    
    <span class="av-icon-char">
    
    <img class="size-full wp-image-1659" src="http://test.com/coins-logo.png" alt="c-coins-logo" width="40" height="48" /></span></span><span style="color: black;">Make more money</span></h2>
    </div>
    
Viewing 30 results - 13,441 through 13,470 (of 18,734 total)