Viewing 30 results - 13,501 through 13,530 (of 18,734 total)
  • Author
    Search Results
  • #466637

    In reply to: customize text

    Hi!

    Please add following code to Quick CSS as well

    .w2dc-clearfix.w2dc-listing-text-content-wrap {
      font-size: 12px;
    }

    Regards,
    Yigit

    #466616

    In reply to: customize text

    Hey!

    Please add following code

    header.w2dc-listing-header + p, header.w2dc-listing-header + p + * {
      font-size: 12px!important;
    }

    Regards,
    Yigit

    #466604
    connect4consulting
    Participant

    Hi,
    I am trying to replace the Home main menu link with the Entypo Home graphic. I have taken the following steps but there’s a play button showing instead of the home image:

    1) Create a custom menu link with  as the navigation label
    2) Add homeicon avia-font-entypo as a custom css class
    3) Use this in css: .homeicon .avia-menu-text {font-size: 25px!important; font-family: ‘entypo-fontello’;}

    I know the code is something like \ue821 but I’m not sure how to fix this.

    Thanks for your help.
    Gabe

    #466559

    Hey!

    Please change your code to following one

    @media only screen and (min-width: 990px) {
    .phone-info {
    position: absolute;
    left: 800px;
    top: 59px;
    }
    .phone-info * {
    font-size: 18px;
    }}
    .phone-info * {
    color: #003399 !important; 
    }

    and then remove H1 tag around your text and add A tag to your phone number as this example – https://kriesi.at/support/topic/phone-number-click-to-call/#post-452509

    Regards,
    Yigit

    #466520

    Perfect, thank you so much.
    I have some more questions:

    1) How can I hover the menu points in the sub-menu? I somehow managed to do it for the main menu. Only the text itself (not the whole balk) is hovered blue and also when the page is active the text remains blue. I’d like to have that same hover color for the sub-menu or even have the whole balk “hovered” (different color).

    2) I believe the text in the menu points is centered, It looks weird when you hover over it. I’d like to have the alignment on the left (like in the submenu, the text is on the left as well) I have it written in this code but the text stays centered:

    .main_menu ul:first-child > li > a { font-size: 18px!important; color: black!important; font-weight: normal; text-align: left; }

    3) The main navigation is now centered with some space on the left and right hand side. Is it possible to have it the same width as the body text, meaning on the left it should start where the icon boxes below start and it should finish where the image widgets are. If I’d add more menu points this would obviously happen automatically but how can I just make the balks bigger so that it fits with everything below?

    4) Can I make the icons in the icon boxes smaller?

    A lot of questions I know, thanks in advance!
    Cheers!
    Aline

    #466406

    Hey!

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

    #advanced_menu_toggle { right: 5%; color: white; }
    #advanced_menu_toggle:after {
      content: 'Menu';
      font-size: 18px;
      position: relative;
      top: -4px;
      left: 5px;
      color: white;
    }

    Best regards,
    Yigit

    #466315

    and is there a way to make the grid pictures at the bottom of this page http://www.alfaweb.at/testwaldi/ the same size like on this page? http://www.alfaweb.at/testwaldi/portraits/

    Like here:

    http://i.imgur.com/pxhVm6S.jpg make the squares bigger that it looks like this: http://i.imgur.com/YTnIZDA.jpg

    Make (A) the squares bigger 233x233px in size. and make the text (B) 12px in font size.

    Hey burtonimagery!

    to be honest I am absolutely not sure what you are talking about and it would be best for us when you separate each question into different tickets, because then we can answer simultaneously and you would get a faster reply.

    If you need a password gallery you would need to search a plugin for it.

    Please always use screenshots to make things clear (imgur, dropbox), because it’s very difficult for us to imagine what you write. I can’t see any “client” category on the first link you have provided for example.

    1.) I think the questions belonging to WooCommerce would best fit inside WooCommerce Support, as they know their plugin best.
    What do you mean with 2,3,4 below? If you use for example masonry gallery you can achieve something similar as the other photographer.

    2.) A tutorial on how you can add your own icon fonts: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
    You can use the icon fonts also as your captions (with shortcodes as captions).

    3.) Not sure what you mean. What do you want to achieve exactly?

    4.) Use this code in Quick CSS:

    h3.grid-entry-title.entry-title {
    font-size: 18px;
    }
    .grid-entry-excerpt.entry-content {
    font-size: 16px;
    }
    

    and adjust as needed.

    Please use different tickets for different questions.

    Regards,
    Andy

    • This reply was modified 10 years, 9 months ago by Andy.
    #466224

    In reply to: customize text

    Wow, thank you thats works!

    How can i change the font size of this text: http://i.imgur.com/4ShauGn.png

    #466182

    In reply to: Questions

    Hey!

    1. You can set the header appearance in the Layout box at the right of each Page edit screen.

    2. Use the following codes to adjust the content and author:

    /* Content */
    #top .avia-testimonial-content * {
        font-size: 11px;
    }
    /* Author */
    #top .avia-testimonial-meta * {
        font-size: 16;
    }

    Best regards,
    Josue

    #466173
    CodeContra
    Participant

    I’ve enabled the custom class option in functions.php and defined a custom class for a separator with centered icon. I’ve added the following CSS:

    .faq_separator_icon span.av-seperator-icon {
    font-size: 50px;
    }

    My problem is that the icon appears cut off on the top and bottom as shown in the link below. I also have the following CSS which may be causing the problem:

    span.av-seperator-icon {
    font-size: 24px;
    }

    I’ve included the page which uses the second CSS below as well. How can I fix this problem?

    #466120

    In reply to: Drop down menu height

    Hi there,

    I changed from mega menu to not and it got the links underneath each other, but now their font sizes are pretty small in comparison to the other links and there is a lot of white space to their right.

    Thanks.

    #466087

    In reply to: customize text

    Hey!

    Please go to Style.css file of your child theme and find following code and adjust as needed

    header.w2dc-listing-header h2 {
      text-transform: none!important;
      font-size: 18px!important;
    }

    Regards,
    Yigit

    #465628

    Hi Bearcat!

    Please try the following in Quick CSS, you may need to adjust the values a bit to fit your needs:

    @media only screen and (max-width: 767px) {
    .home .av-slideshow-caption .avia-caption-title {
    font-size: 16px !important;
    }
    
    .home .avia-caption-content p {
    font-size: 12px !important;
    }
    }

    Cheers!
    Rikard

    #465527
    handelsmann
    Participant

    Hey Folks,

    need some support again in arraning the elements of the add to cart form on product page.

    So what I want to have is
    http://web101.dehamd032.servertools24.de/HOME/wp-content/uploads/2015/06/Layout_Website-Produkt-Seite.jpg

    What it actually looks like is:
    http://web101.dehamd032.servertools24.de/HOME/produkt/agrippinawerft-panorama-monochrom/

    What I want to have is:
    1) quantity | price | add-to-cart-button in a row, like it is on that .jpg.
    2) the influence price font-size and colour
    3) if possible, when it comes to more than one piece – the price of one multiplied eg: € 169 / € € 338
    4) for a variation that is not available in a certain combination a clue for the customer in text (eg. Product not available)

    we use the following classes:
    #top .main_color span.price | add-to-cart button: div.variations_button | checked text (text that is instead of radio buttons):
    p.field span.active | unchecked text:p.field span

    BUT using #top .main_color span.price influences the prices all over the page – not only in add to cart form, so
    I need an individual reference here.
    Can you help on that four requirements as mentionend above?

    Elliott tried to help here: https://kriesi.at/support/topic/arrange-elements-in-order-form-add-to-cart/, but it still isnt solved, so I attached the link for the jpg.

    Final question: why is it that a price is shown when no option is chosen – how can I contral that?

    Thank you so much

    Best Stephan

    #465501

    Hi EricMarks!

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

    .date-container {
      font-size: 18px !important;
      color: green !important;
    }

    Best regards,
    Rikard

    burtonimagery
    Participant

    Hi
    I’ve figured out most things thanks to this wonderful forum so thanks for this resource!
    I have a photography website and use a blog to showcase my recent work. I also need a password gallery for clients to look at their images (low res for proofing). Initially I did this by adding a gallery as a post linked to a ‘client’ category, but the post showed up in my portfolio (when in say ‘family’ post the side arrow navigation bars would include it, you can see this if you go to my site view portfolio -> family -> arrow through and see ‘password gallery post).http://www.burton-imagery.com/?portfolio=family
    The ‘client’ category also showed up in my blog sidebar – i list the blog categories but didn’t want ‘client’ to show.

    I did some reading but couldn’t find an easy solution to hide these two things so t figured easiest solution is to use the shop.

    SO my questions for shop -called ‘client area’ in secondary menu at top) http://www.burton-imagery.com/?post_type=product

    1. The shop menu header is saying ‘categories’ on the left in the black header bar. Where is this text driven from, I prefer it to say Online Galleries?

    I found another photographer using enfold http://jamiegroom.co.uk/clients/index.php?category=14. I would like my client galleries to look similar (2, 3, 4 below). If there is something easy I can add to css etc please (I’m not very tech savvy)
    2: change the ‘protected’ to a padlock icon
    3.. add text for expiry date that is free form, I’ll add to each ‘product’. Similar to what you can see I was able to add for my password post at http://www.burton-imagery.com/?page_id=241 . I tried a view fields on the product but no luck. This is the most important requirement of 2/3/4.
    4. customise the font size for the gallery (product name) and expire date.

    Thanks very much for you help.
    Rebecca

    #465403
    #465311

    Found it:
    Styles the headline:
    .news-headline {
    color:red !important;
    font-size:20px;
    font-family:EB Garamond;
    }

    Styles the text of the excerpt:
    .news-excerpt {
    font-size:13px;
    }

    Try:

    #top .av-subnav-menu li a {
        background-color: transparent;
        color: white;
        font-size: 22px;
    }

    Best regards,
    Josue

    #465257

    In reply to: Questions

    Hi!

    1, 2, 3. Add this to Quick CSS:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 200px;
    }
    #header_meta .social_bookmarks {
        top: 7px;
        position: relative;
    }
    .av-share-link a:before{
        font-size: 24px;
    }

    4. You can change the font family of menu items in Enfold > Advanced Styling.

    Cheers!
    Josue

    Hey!

    Add this code to the Quick CSS:

    .avia-caption-content p {
        text-transform: uppercase;
        font-family: 'Terminal Dosis', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: bold;
        font-size: 50px;
    }

    Cheers! 
    Josue

    #465143
    EricMarks
    Participant

    Hello,

    My entire site is going to be blog focused, and I want people to check it daily for new posts. Because of this, I want the date of each post to be very easy to see and “front of show” so to speak. Is there a way to make it much bigger font size and make it very prominent like it is on THIS SITE? http://www.StuckinCustoms.com

    Here is MY SITE: http://www.FindingMiddleEarth.com

    Thanks!!

    Eric

    #465139

    This is what I have so far, and although it is close, it is not ideal. I think I need separate setups for tablets and mobile phones…

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate {
      display: block !important;
    }
    .av-main-nav > li { display: none; }
    li#menu-item-search {
      display: block!important;
      margin-top: -86px;
      right: -25px;
    }
    .responsive .main_menu {
      float: right;
    }}
    li#menu-item-search>a {
    font-size: 28px!important;
    }
    nav.main_menu { float: right; margin-right: -0.6%; margin-top: 2%;  }
    #465134

    In reply to: How to align heading

    <h1></h1>
    [av_font_icon icon='ue807' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color=''][/av_font_icon]
    <h2>Our Purpose</h2>

      #465035

      Hi georgesociel!

      I don’t know of any plugins I can recommend. For the text size switcher you could try implementing something like this, http://www.programming-free.com/2013/12/increase-decrease-font-size-jquery.html.

      Regards,
      Elliott

      #464996

      Hey stlgoat04!

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

      .home .iconbox_icon {
        border: none!important;
        font-size: 55px!important;
      }

      Cheers!
      Yigit

      #464963

      Thanks! Looks great. Only one thing.

      How can i make the fonts MUCH smaller here http://www.alfaweb.at/testwaldi/portraits/

      For example:

      Immobilientreuhänder
      Breitenfurt

      the both text above should have have the size! :)

      Rudolf Böhm

      should be 1/3 smaller then now.

      And yes i will hire a freelancer for the search! i have hired many in the last few months(you can see in the user names – backend) but there are not really good! Thanks für your great work! Alexander

      #464939

      Hey!

      2- Done
      6- Please hire freelance developer or contact plugin authors. Such customization is beyond the scope of our support forum.
      7- Done. Added following code

      header.w2dc-listing-header h2 {
        text-transform: none!important;
        font-size: 18px!important;
      }

      Cheers!
      Yigit

      #464861

      Hi changegroup!

      Thank you for using Enfold.

      This is the default style of the promobox button:

      body div .avia-button {
        border-radius: 3px;
        padding: 10px;
        font-size: 12px;
        text-decoration: none;
        display: inline-block;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        margin: 3px 0;
        line-height: 1.2em;
        position: relative;
        font-weight: normal;
        text-align: center;
        max-width: 100%;
      }

      This the color styling of the button:

      #top .main_color .avia-color-theme-color {
        color: #ffffff;
        border-color: #0a2021;
        background-color: #2c4143;
      }

      Cheers!
      Ismael

    Viewing 30 results - 13,501 through 13,530 (of 18,734 total)