Viewing 30 results - 18,211 through 18,240 (of 18,743 total)
  • Author
    Search Results
  • #167170

    In reply to: Social media icons

    Hi stevemulisa!

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

    #top .social_bookmarks li a { color: blue; font-size: 18px; }

    You just need to change “blue” to hex value you desire

    Cheers!
    Yigit

    #167084

    Topic: change of font-family

    in forum Enfold
    jackyking
    Participant

    Hi,

    I need to add font “Microsoft Yahei” to the Chinese version of site. What would be the syntax to use to add it to the css file?

    If it’s not possible to do that for the entire site, then how could I change the font-family for main menu and footer?

    This is what I have in the Chinese version Quick CSS field,

    html[lang=”zh-hans”] #top .main_menu .menu li > a{ font-size: 14px }
    html[lang=”zh-hans”] #socket .sub_menu_socket { font-size: 12px }

    To add “Microsoft Yahei” to the font-family, can I change it to like this?
    html[lang=”zh-hans”] #top .main_menu .menu li > a{ font-size: 14px; font-family:’Droid Sans’, HelveticaNeue, ‘Helvetica Neue’, Helvetica, ‘Microsoft Yahei’, Arial, sans-serif }

    Thank you!

    #167017

    Hi summerg!

    1.) How do I change the icon that is shown in the button row? I would like a checkmark instead of a heart.
    Edit the Button Row then scroll below, select the icon that you want.

    2.) How do I change/enlarge the “$” in my pricing row? It’s too small.
    Add this on your custom.css or Quick CSS:

    .pricing-table li.avia-pricing-row .currency-symbol {
    font-size: .9em;
    top: 0;
    }

    3.) Can you give us a link to the page please?

    Cheers!
    Ismael

    #166760

    Hello!

    Looks like you already applied a border to the footer container:

    #footer.container_wrap.footer_color {
    border-bottom: none!important;
    border-top: 1px solid #c980a3 !important;
    }

    You can target the footer widget title font with this selector:

    #footer .widgettitle{ 
    font-size: 2em; 
    }

    Regards,
    Josue

    #166554

    Hi,
    on http://energiefrey.de/produkte/angebotscheck/ i used the icon`s shortcode to solve this. For the cross e.g.:

    [av_font_icon color="#999999" icon="115" size="30px" position="center" link="" linktarget="no"]

    Style it with the intended color and size and your done.

    HTH.

    Cheers, Sebastian.

    #166521

    Hi!
    thanks for the reply. I don’t think is so complicated, only i don’t understand why i can’t override the opacity of the element with the one write in css inside my keyframes animation.

    .image-overlay {
    overflow: hidden;
    }
    
    .image-overlay .image-overlay-inside::before {
    font-size: 30px;
    }
    
    @-webkit-keyframes avia_pop_small {
      0%   { -webkit-transform: scale(6); opacity:(0);}
      100% { -webkit-transform: scale(1);opacity:(1); }
    }
    @-moz-keyframes avia_pop_small {
      0%   { -moz-transform: scale(6);opacity:(0);}
      100% { -moz-transform: scale(1); opacity:(1);}
    }
    @-o-keyframes avia_pop_small {
      0%   { -o-transform: scale(6); opacity:(0);}
      100% { -o-transform: scale(1); opacity:(1);}
    }
    @keyframes avia_pop_small {
      0%   { transform: scale(6); opacity:(0);}
      100% { transform: scale(1); opacity:(1);}
    }
    
    a:hover .image-overlay .image-overlay-inside {
    -webkit-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -moz-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    -o-animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    animation: avia_pop_small 0.35s 1 cubic-bezier(0.000, 0.980, 0.440, 1.100)!important;
    }
    #166512

    Hey!

    Ok, das Problem liegt in der .entry-content Klasse. Diese wurde von uns auf .entry-content-wrapper umbenannt, da der hatom feed Standard der entry-content Klasse eine semantische Bedeutung gibt. Daher haben wir zur Verbesserung bzgl SEO unsere Struktur umgestellt. Dein Code ändert sich somit zu

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

    Best regards,
    Peter

    #166408

    Hi!

    You decrease the h3 size a little for mobile view. It will give some space for the button. :)

    @media only screen and (max-width: 767px) {
    h3 {
    font-size: 18px;
    }
    }

    Best regards,
    Ismael

    #166316

    Here was the response I received from my hosting support person :

    its not a hosting issue its to do with how safari is ignoring the !important in the css rules probably
    this rule affects the of the menu text
    color: rgb(187, 187, 187) !important;

    its in .main_menu ul:first-child >
    thats in enfold.css

    OR – safari is making the borders of the font slightly fuzzier (you could make that look better by increasing the font size).

    The second option is more likely as the mouseover effect makes the words brighter.

    But theres nothing server side that affects how different css browser rules are rendered in different browsers.

    It’s not an !important rule issue because i cleared all the custom css and the issue still persisted. This is one crazy situation. It really sucks because this is the best theme ever and I might have to start over with a new theme.

    So it sounds like I’m stuck. I guess the last thing to try would be to test another font maybe. I’m out of ideas. I will update (in case soeone else has this issue.)

    #166190

    Hello scanova!

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

    .special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }

    Cheers!
    Yigit

    #165849

    Hello itchybrain!

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

    .mobile_active #advanced_menu_toggle { font-size: 14px; }

    Then in your WordPress theme directory, please go to Enfold > Js folder and open Avia.js file find following code in line 106 http://i.imgur.com/4Duo3EP.jpg and replace underlined place with “Menu”

    Cheers!
    Yigit

    #165445

    Hey omakad!

    Can you give us a link to the page? Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    }

    Regards,
    Ismael

    #165303

    In reply to: Spacing Issues

    Hello Marcel!

    Please add following code to Quick CSS in Enfold theme options under Styling for the 1st one

    .social_header .phone-info span { font-size: 18px; }

    Can you show the custom css you have applied? And a link to your website would be very useful.

    Best regards,
    Yigit

    #165254

    Topic: Spacing Issues

    in forum Enfold
    simplefly
    Participant

    Hello guys! Great theme, really nice.

    I have some questions regarding the spacing and font sizes that I’m hoping you can help me out with. I’ve included a screen capture with some markup on it to help explain my issues.

    1.) I would like to increase the font size on the phone number that appears on the top right.
    2.) I would like to decrease the amount of space between the menu items and the highlight line underneath.
    3.) I would like to decrease the amount of padding in the drop down menu items.
    4.) I would like to decrease the amount of space between line items in the sidebar…particularly between form fields in the sidebar.

    Thank you very much for your help,
    Marcel

    Screen Capture

    #165146

    Hi ShortHills!

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

    .social_header .phone-info span { font-size: 18px; }
    #top .social_bookmarks { font-size: 18px; }

    First line is to change the font size of phone text and second one is to increase size of icons.

    Regards,
    Yigit

    #165124

    In reply to: Main Font Size

    Hey!

    You are welcome :) Let us know if you have any other questions

    Cheers!
    Yigit

    #165120

    In reply to: Main Font Size

    Thanks!!

    #165116

    In reply to: Main Font Size

    Hi palmtop!

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

    body { font-size: 18px!important; }

    Best regards,
    Yigit

    #165088

    Topic: Main Font Size

    in forum Enfold
    palmtop
    Participant

    Hello,

    Is there a way to define the main font size, please?

    I would like to use a bigger dimension for it, but I don’t know how to change it.

    Thanks for your help!

    Best regards

    #164850

    I would also REALLY appreciate more options in the table. I have made a beautiful table using font icons and images in the header, and I want to put in something at the top, and to do that the only way is to put it all in again. I hope to be able to drag and drop, or move up down arrows. I would also love to be able to pick icons and have a default editor for putting in data. Would make it powerful and really a good tool. I also see that when I put in too much text it brakes the lines. Because they then get different height. Could they all adjust if one row/column needs more space? I loooove the theme and the flexibility and I hope the table will follow the quality the rest of the theme has.

    Another thing is that I would love to see the same choices for the footers. to be able to choose their size and to have avia content builder to create content. That would really be something. What about in stead of choosing the numbers of footers in the theme options and then edit them through widgets, we could just build it like a page, which then is set as footer throughout the website, or on specific pages?

    I love this theme so much I am soon to release it through a network and buy it for every new client that I get. IT really is fantastic, and I am looking forward to see what what improvements will come with time.

    thank you

    #164804
    crevlon
    Participant

    Hallo,

    ich habe gerade von 1.8.4 auf 2.2 geupdated.
    Seit dem habe ich zwei Veränderungen bemerkt die ich nicht verstehe und nicht korrigieren kann.
    1. Meine Artikel-Überschriften sind auf einmal sehr klein. (Sie hatten vorher, aufgrund eines Quick CSS Eintrags, die Größe 50)
    2. Die H3 Schrift ist auf einmal ein ganz kleines bisschen größer und die Fett markierten Wörter sind zwar noch Fett geschrieben, aber nicht mehr in meiner “Primary color” (Enfold/Styling).

    Hier alle meine Einträge des Quick CSS Feldes:

    body {
    font-size: 16px;
    }
    .entry-content .post-title {
    font-size: 50px;
    }
    h1, h2 {
    	text-transform: none !important;
    }
    #top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3{
    display: block;
    font-family: "Droid Serif", Georgia, Times, serif;
    font-weight: normal;
    font-style: italic;
    white-space: normal;
    }
    
    .form-allowed-tags { display:none; }
    
    .ls-wp-container .input-text, #top .ls-wp-container input[type="text"], #top .ls-wp-container input[type="input"], #top .ls-wp-container input[type="password"], #top .ls-wp-container input[type="email"], #top .ls-wp-container input[type="number"], #top .ls-wp-container input[type="url"], #top .ls-wp-container input[type="tel"], #top .ls-wp-container input[type="search"], #top .ls-wp-container textarea, #top .ls-wp-container select {
    display: inline;
    }
    .av-special-heading h1 { font-size: 50px!important; 
    }
    .title_container {
    display: none;
    }

    Liebe Grüße,
    Crevlon

    • This topic was modified 12 years, 7 months ago by crevlon.
    #164712
    Valerie
    Participant

    Hi there! I’m a little confused…thought the color of the text in the sidebar widgets would be the same as in the body, but not so. See

    When I examine with firebug, the text in the widget is in <div class=”textwidget”>. I’ve looked in a few of the css files but not finding this. How would I get the text in the widget text box “Science • Technology • Engineering • Math” to be the same color as the text in the body? Right now it is lighter.

    Here is what I have in Quick CSS in the event there is a conflict here that I don’t recognize:
    ——————————————————————————-
    .main_menu ul:first-child > li > a {
    font-size: 11px;
    }

    .title_container .main-title {
    font-size: 22px;
    font-weight: 600;
    }

    .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
    color: #636363
    }

    .title_container .main-title {
    display: none;
    }
    #top #header .mega_menu_title a {
    font-size: 11px;
    line-height: 11px;
    color: #808080;
    }
    .avia_textblock p {
    color: #545354;
    }
    .main_color .iconlist_content {
    color: #545354;
    }
    .header_color .main_menu ul:first-child > li > a {
    color: #333333;
    }
    .iconlist-char {
    color: #ffffff;
    }
    .main_color .avia-icon-list .iconlist_icon {
    background-color: #97bab8;
    }

    .main_menu ul:first-child > li > a {
    text-transform: uppercase;
    }
    .social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 140px;
    }
    #header_main .container, .main_menu ul:first-child > li a {
    height: 90px;
    line-height: 135px;
    }
    .title_container { background-color: #dae1e6 !important; }

    .avia-icon-list .iconlist_content_wrap li {
    margin: 0;
    padding: 0 0 10px 0;
    list-style-type: circle !important;
    list-style-position: outside;
    clear: both;
    overflow: visible;
    position: relative;
    min-height: 20px;
    }
    —————————————————————

    Also..what does “alternate content” refer to? I thought maybe it included widgets.

    V.

    #164196

    Topic: Tabs responsive styles

    in forum Enfold
    zerozendesign
    Participant

    Hi guys,

    I have the styles established for the tabs on desktop view, but on responsive (phone) it reverts back to some hideous colors (background, font color, font size) How can I establish these colors across the board or do I need to style responsive independently?

    thanks!
    David

    #164076

    In reply to: Many IE8 Issues

    Hey Devin,

    Thanks for the reply. I am currently using respond.js to add responsiveness to the site in IE8, which worked perfectly with the past versions of Enfold, but is now causing the breaking seen in the screenshot.

    1. I tried this both with and without respond.js active, but unfortunately it did not fix the issue, the menu remained the same.

    3. I tried this and unfortunately the problem remains. I’ve also seen several other people on the forum with the same issue in IE8 where the font renders as rectangles. Since this is the only instance on the site where I’m using the Entypo font, could you show me how to simply switch the magnifying glass icon out with an image of my choosing (so I can upload an image of a magnifying glass) or another work around?

    4. This worked, thanks!

    5. I do have respond.js installed, which may explain that. Unfortunately I tried the code you supplied both with and without respond.js enabled and cleared cache, but it doesn’t work either way.

    6. I’ve now discovered an issue that has reared its ugly head again where the menu is overlaying the logo at certain sizes in every browser:
    http://s13.postimg.org/huh20ejhj/Screen_Shot_2013_09_20_at_8_43_41_AM.png

    Thanks,
    Tom

    #163944

    Hello mschoonhoven!

    You can add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 8px;
    font-size: 11px;
    }
    
    .logo img {
    width: 220px;
    height: auto;
    max-height: 73px;
    }
    }

    Best regards,
    Ismael

    #163915

    No need to get angry or use all caps. I’m trying to help as best I can.

    I’m not saying there is no issue, I’m just trying to help with the issues I am able to see.

    Kriesi is the only one of us that I *think* uses a retina macbook display. As is, I’m simply not able to see the issue with the hover effect live as its not happening on my iPad which is the only retina enabled display I have available.

    What I was trying to suggest that you do was to adjust the base image size used in the portfolio grid to a larger image to see if that helps with the clarity of the image since it *is* something I can assist with.

    If you are not interested in trying that now then we will just need to wait for Kriesi to take a look at the issue.

    #163903

    I did try with larger image, still not working. But why you are ignoring the fonts and arrow icon mentioned above. What does they have to do with my image size? Lets forget the image and resolve that part. Image will be fixed automatically.

    #163898

    Try uploading larger images, I noticed after my initial post the source files are actually very small so even if you have the larger size set it wouldn’t work because you’ve not uploaded big enough images.

    #163894

    The portfolio grid gives you an option to set the image size that gets output in the grid.

    What you need to do is:

    Click on the Portfolio Grid element in your advanced layout editor for that page.

    Next, look for the dropdown for the option “Portfolio Grid Image Size”.

    Use the dropdown to select the option “Choose the Portfolio Grid image size manually”.

    Now a new dropdown will appear that lets you choose the size of the image which gets output in your grid. Choose an image that is larger than what it is by default (The Gallery Option for example is 710×575).

    Finally, save your options and view it on the front end.

    Once again, this changes the size of the images uses in the grid which is where you are having your issue.

    Edit: You will need to create larger images than the ones you have now since they are too small and are also contributing to the pixelation you are seeing: http://www.onthe8.com/wp-content/uploads/sell_with_singh.jpg for example is not going to be clear on retina unless the thumbnails is half that size.

    • This reply was modified 12 years, 7 months ago by Devin.
    #163813

    Hello Jas!

    What image size do you have chosen for the portfolio grid to display? It seems to me the reason the images are not showing in the proper size is that you’ve chosen too small of an image size from the portfolio shortcode dropdown for “Portfolio Grid Image Size
    Set the image size of the Portfolio Grid images”.

    Regards,
    Devin

Viewing 30 results - 18,211 through 18,240 (of 18,743 total)