Viewing 30 results - 16,291 through 16,320 (of 18,728 total)
  • Author
    Search Results
  • #282019

    Thanks! I think that’s fixed it in terms of the Logo/Header.

    On the columns, I’ve just reduced font size and can live with that.

    Onwards!

    #281992
    trevorjohnston
    Participant

    Hi,
    I apologize for my noobiness, but I am having troubles with my Quick CSS entries. They had been working well for a while, but somehow are now messed up so that some work and some don’t. Specifically, the resizing of the phone number top right of the header and the search icon bottom right of the header, as well as the phone icon button below the contact form. I suspect it has something to do with my curly brackets. Here is my Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 93%;
    height: auto !important;
    margin-left: 0px!important;
    margin-top: 5px!important;
    }

    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle{
    display: block;
    right: -15px;
    top: 40px;
    }

    @media only screen and (max-width: 767px) {
    #mobile-advanced {
    background-color: rgba(255,255,255,0.95);
    }

    @media only screen and (max-width: 990px) and (min-width: 481px) {
    div.grid-content {
    display: none!important;
    }

    div.grid-content { pointer-events: none;
    }

    .av_phone_active_right .phone-info {
    padding-left: 0px;
    font-size: 14px;
    }

    #top .menu-item-search-dropdown > a,
    #searchform #searchsubmit, .ajax_search_image, .iconfont {
    font-size: 22px;
    }

    @media only screen and (max-width: 990px) {
    #socket .sub_menu_socket { display: none;
    }

    span.special_amp:nth-of-type(1) {
    margin: 0 -0.02em;
    }

    span.special_amp:nth-of-type(2) {
    margin: 0 .01em;
    }

    .av_font_icon.av-icon-style-b}} .av-icon-char:hover {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    b}}-radius: 1000px;
    b}}-width: 0px;
    b}}-style: none;
    padding: 10px;
    color: #ffffff;
    background: #f7951e;
    b}}-color: none;
    position: relative;
    width: 45px !important;
    height: 45px !important;
    }

    .av_font_icon.av-icon-style-b}} .av-icon-char {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    b}}-radius: 1000px;
    b}}-width: 0px;
    b}}-style: none;
    padding: 10px;
    color: #ffffff;
    background: #96af29;
    b}}-color: none;
    position: relative;
    width: 45px !important;
    height: 45px !important;
    }

    @media only screen and (max-width: 990px) {
    .avia-tooltip {
    display: none !important;
    opacity: 0 !important;
    }

    @media only screen and (max-width: 990px) {
    .av_font_icon.av-icon-style-b}} .av-icon-char:hover {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    b}}-radius: 1000px;
    b}}-width: 0px;
    b}}-style: none;
    padding: 10px;
    color: #ffffff;
    background: #f7951e;
    b}}-color: none;
    position: relative;
    width: 45px !important;
    height: 45px !important;
    }

    span.av_icon_caption.av-special-font {
    color: #c3c3c3;
    }

    2) Could you please tell me how to add a phone icon to the left of the phone number top right of the header?

    Thanks,
    Trevor

    #281916

    Hey!

    Try adding this code to the Quick CSS:

    .widget_recent_entries li a {
        font-size: 16px;
        font-weight: bold;
    }

    Cheers! 
    Josue

    #281886

    In reply to: Icons

    Try with this:

    .iconbox_top .iconbox_icon{
        font-size: 45px !important; /* Change as needed */
        width: 50px;
        height: 50px;
        line-height: 50px !important;
        top: -45px !important;
        left: 42% !important;
    }

    Cheers!
    Josue

    #281883

    In reply to: Icons

    2 more questions, How to make the icons in icon box bigger…Here is the website:http://www.vancouverwindowscreens.com/
    I have tried all those code in quick css that you guys post, nothing works.
    The only thing that changed is the circle background when I change the width.

    Tried:
    .iconbox_icon {
    font-size: 37px;
    width: 35px;
    color: red !important;
    }

    .social_bookmarks li a {
    font-size: 24px;
    color: red !important;
    }

    Also I want to enlarge the phone number on the fixed top bar.

    Tried this, doesn’t work either
    .social_header .phone-info {
    color: #F00;
    font-size: 1.35em;
    }

    Please help

    #281878

    In reply to: Icon list font style

    Hey!

    Try adding this code to the Quick CSS:

    .iconlist_title, .iconlist_content{
        font-size: 15px;
    }
    .iconlist_title {
        font-family: "Coda";
    }
    .iconlist_content {
        font-family: "Arimo";
    }

    Cheers! 
    Josue

    #281840

    Topic: change h1 color

    in forum Enfold
    dacstyle
    Participant

    Hello:

    I can’t change the h1 color, i try with several codes that i have found here in the forum, but no one works. If I change the font size in the same code, it works, bur the font color remains white.

    Thanks in advance for your help.

    #281666

    Topic: Deleted Quick CSS Code

    in forum Enfold
    phspeck1
    Participant

    I was trying to remove replies from my blog and ended up messing with my quick css code and believe I accidentally deleted something that was there, and now cannot edit any of my pages. I believe I deleted something in the footer section? help!

    Here is the code that I have, copied and pasted:

    .main_menu ul:first-child>li>a {

    font-size: 20px;

    }

    .page-id-2945 .main_color .av_promobox{

    background: #008080;

    }

    .team-img-container { float: left; margin-right: 20px;}

    display: none;

    }

    #281579
    metafora29
    Participant

    Hi there, again. i am a huge fan of this theme. it is easy and fun to work with.
    One question, though: Could you help me with the css snippets which enables me to style the heading-row of a regular table (not a pricing table):
    I would like to change from all caps to normal text, make it bold and change the font-size. I know it is probably very easy, but I am very new to css, and can’t seem to make it work.

    than ks,
    Yours,
    Jette

    Hey!

    Code should be:

    li#menu-item-3027 a .avia-menu-text {
        background: url(_PNG_URL_HERE_) no-repeat transparent top center;
        font-size: 0;
        height: 40px;
        width: 40px;
        display: block;
    }

    Regards,
    Josue

    #281460

    Topic: Icon list font style

    in forum Enfold
    curious2c
    Participant

    Hello,

    You already helped me with some style changes, but there is still one thing: How can I define the font style of the icon list title and content? I would like to set the title to Coda and the content to Arimo 15px each.

    Quick css looks like this:

    body {
    font-size: 16px;
    }

    .avia_transform .av_font_icon {
    margin-bottom: 30px;
    }

    .main_color .iconlist_content {
    color: white !important;
    }

    #footer .widgettitle, .main_color .sidebar_tab, .main_color .tabcontainer .tab, .avia-icon-list .iconlist_title {
    text-transform: none;
    color: white;
    }

    .phone-info span, #top .social_bookmarks li a { color: white !important; }

    Thanks a lot

    #281451

    In reply to: Visual Form Builder

    Hey!

    Open /wp-content/themes/enfold/css/base.css and remove from line 184 to line 253:

    
    	#top form {
    		margin-bottom: 20px; }
    	#top fieldset {
    		margin-bottom: 20px; }
    	#top .input-text,
    	#top input[type="text"],
    	#top input[type="input"],
    	#top input[type="password"],
    	#top input[type="email"],
    	#top input[type="number"],
        #top input[type="url"],
        #top input[type="tel"],
        #top input[type="search"],
    	#top textarea,
    	#top select {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}
    
    	#top input[type="text"]:focus,
    	#top input[type="password"]:focus,
    	#top input[type="email"]:focus,
    	#top input[type="number"]:focus,
        #top input[type="url"]:focus,
        #top input[type="tel"]:focus,
        #top input[type="search"]:focus,
    	#top textarea:focus {
    		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
     		color: #555;
    		}
    	#top textarea {
    		min-height: 60px; line-height:1.5em;}
    	#top label{
    		display: block;
    		font-weight: bold;
    		font-size: 12px;  }
    	#top legend {
    		display: block;
    		font-weight: normal;
    		font-size: 15px;  }
    	#top select {
    		width: 220px; }
    	#top input[type="checkbox"] {
    		display: inline; }
    	#top label span,
    	#top legend span {
    		font-weight: normal;
    		font-size: 13px;
    		color: #444; }
    
    	#top textarea{width:100%;}
    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
    #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
    #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
    #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

    Regards,
    Josue

    #281214

    Hey!

    Please try following code as a starting point

    h3.av-masonry-entry-title.entry-title:after {
    content: '+';
    position: relative;
    top: 100px;
    left: 10px;
    width: 100%;
    font-size: 90px;
    font-weight: normal;
    }

    You can change + sign with url to your icon.

    Best regards,
    Yigit

    #281131

    Hi Effektid!

    Yes – use this css code and adjust the px values if necessary:

    
    .avia-icon-list .iconlist_icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-size: 30px;
    border-radius: 500px;
    }
    

    You can add the css code to the child theme style.css or into the quick css field.

    Regards,
    Peter

    #280972
    John
    Participant

    My site is fine at full width (Chrome or Firefox), but the Header Logo and thinner columns (1/4 or 1/5) don’t resize if the browser window is narrowed. I tried using the CSS code previously provided in messages #132501 and #132506 but that doesn’t help.

    I was alerted to this by a friend who has a monitor with a different resolution, but then saw the problem when I played with the window on my own computer. Is there a solution to this, other than shrinking the font sizes of the elements in question?

    Shouldn’t the responsive code handle this?

    Hey!

    Try adding this code to the Quick CSS:

    li#menu-item-14 a .avia-menu-text {
        background: url(_PNG_URL_HERE_) no-repeat transparent top center;
        font-size: 0;
        height: 40px;
        width: 40px;
        display: block;
    }

    Change menu-item-14 by the menu item id, you can check this with the Inspect Element tool in Chrome.

    Cheers! 
    Josue

    #280933

    Hey!

    Try adding this code to the Quick CSS:

    .blog-author {
        font-size: 0;
    }
    .blog-author .entry-author-link {
        font-size: 11px;
    }

    Cheers! 
    Josue

    #280884
    ChecMark
    Participant

    Image settings have changed. Image text size and position has changed. Font has changed. Changing slider to full-width removes the slider completely.

    #280879

    In reply to: Can't Edit Header

    Hi,

    I’ve had to take a break from working on this site and am now just coming back to it. My frustration is that I can occasionally change things that will take. For instance, I changed the header font size most recently, but then could not get it to change back. Every styling change after that wouldn’t change either including header location, H1 styling, etc. It is very frustrating as it is preventing me from finishing the site. Thanks so much for taking a look at this. If consistent changes are working for you, could you please explain why mine won’t.

    Regards,
    -Logan

    #280743

    Topic: Blog post formatting

    in forum Enfold
    kimchan2
    Participant

    Could you please let me know:

    1. What the the css would be to change the blog post formatting?
    I would like it to be the same as the p tag (i.e, font size and not justified both sides).

    2. Also, could you let me know how to remove the meta elements — I have them unchecked in the theme options Blog Layout but they are still showing on the excerpt on sidebar.

    As always, many thanks. You guys are the best!

    #280665

    Checking a number of things this morning and it looks like whatever changes were made in the new Enfold version are resulting in a lot of issues with the LayerSlider. On that first slider I had the height set at 500px, the exact height of the image and everything was fine. I set the font at 22px and it lined up perfectly on the background images. It still looks like that in the LayerSlider preview. Nothing has changed; however, when you load the page the background images are all too short and the text size has been increased and the position changed as well.

    Not knowing what changes were made I went in to adjust some of the settings and it’s even worse. I deleted the width and height in the slider settings and turned the full-width on. This worked fine before but now the slider is simply gone! No idea why. I checked the source code and there is no code for the slider.

    #280617
    novamaris
    Participant

    Hello,

    I m finishing my project and i have detected that visitors, when they access to next section (http://www.novamaris.es/alquiler-de-veleros/) they don t know that they have to click over portfolio iltem to go inside full information. This happens when they visit the website with mac or pc but usually and more when they visit with tablet or smartphones.
    For this reason a would link to insert an automatic button link in port folio entries (like Click me to read more, …). How can be done?
    At same section, portfolio items gallery are to close without padding. How can i separete them?
    As well, you will see that i m working with to domains for two different language (WPML). If you visit each domain, you will see that aparently are equal but not true, I think that size font or font type are a bit different. Why is it?
    Thanks for all.
    Regards
    Sergio

    #280577

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .iconbox_icon.heading-color {
    font-size: 30px;
    border: 1px solid orange;
    border-radius: 100px;
    padding: 20px;
    line-height: 0px;
    text-indent: -13px;
    }

    Best regards,
    Yigit

    #280527

    Hi!

    Please add following code to Quick CSS as well

    .main_color.iconbox_top .iconbox_icon { background-color: red; color; green; border-color: purple; }
    .alternate_color.iconbox_top .iconbox_icon { background-color: yellow; color; blue; border-color: red; }
    .iconbox_top .iconbox_icon { font-size: 24px; }

    Regards,
    Yigit

    #280329

    Hello,

    I write to you more or less for same question.
    I m finishing my project and i have detected that visitors, when they access to next section (http://www.novamaris.es/alquiler-de-veleros/) they don t know that if click over portfolio item go inside full information. This happens when they visit the website with mac or pc but more when they visit with tablet or smartphones.
    For this reason a would link to insert an automatic link in port folio entrie (like Click me to read more, …). How can be done?
    And portfolio items gallery, items are closed without padding. How can i separete them?
    As well, you will see that i m working with to domains for two different language. If you visit each one, you will see that aparently are equal but not true, I think that size font or font are a bit different. Why is it?
    Thanks for all.
    Regards
    Sergio

    PD: Another question: why do i not have the posibility to write a new topic in this section? Or where is link or web to do it?

    #280181

    Hey!

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and have each text block element with different font sizes
    Regards,
    Yigit

    #280157

    Hi Roger!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .avia_textblock p { font-size: 16px; }

    Cheers!
    Yigit

    #280135
    PayBySky
    Participant

    Is there a way to change the text (font) size in a Content Element text Block? I have a notion that it is a line of code, or command that is put in front of the text but I cannot figure it out.

    #280007

    Hey irfan_arif!

    Thank you for using the theme.

    You can decrease the font-size and line-height of the avia_post_nav title with this on Quick CSS:

    .avia-post-nav .entry-info span {
    font-size: 10px;
    line-height: 1.2em;
    }

    Best regards,
    Ismael

    #279929

    Yes, please. I would like to request this feature in tables on the Enfold Theme. It would make my life a lot easier and my page more user-friendly!

    Another question about tables:
    I would like to change the font-size of the pricing row and have added the following snippet to the “quick css changes” in the theme option:
    media=”all”
    .pricing-table li.avia-pricing-row {
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    padding: 25px 12px;
    /* text-shadow: 0 2px 0 #C9C9C9, 0 3px 0 #BBB, 0 3px 0 #B9B9B9, 0 1px 0 #AAA, 0 1px 1px rgba(0, 0, 0, .1), 0 0 3px rgba(0, 0, 0, .1), 0 4px 10px rgba(0, 0, 0, .2); */
    font-weight: 600;
    }

    Basically, I have changed “font-size:” from 60 to 16px. It does not work (I have tried it with the code-inspector in crome and it works there, but only for preview.
    Could you help me out?

    Thanks!

Viewing 30 results - 16,291 through 16,320 (of 18,728 total)