Viewing 30 results - 17,011 through 17,040 (of 18,727 total)
  • Author
    Search Results
  • #233321

    In reply to: search: edit the text

    Hey!

    Please edit the layers with the caption then go to Attributes panel. Add a unique css class or id selector. You can use it inside a media query on Quick CSS or custom.css to change the font size and the position of the caption on mobile or tablet view. For example, add “awesome-layer” on the classes field. Use this on Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    .awesome-layer {
    font-size: 12px;
    margin-left: -50px;
    }
    }

    If that doesn’t work use this:

    @media only screen and (max-width: 767px) {
    .awesome-layer {
    font-size: 12px;
    margin-left: -50px;
    }
    }

    Cheers!
    Ismael

    #233280

    In reply to: search: edit the text

    Hi!

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

    @media only screen and (max-width: 767px) { 
    #layerslider_14 span {
    font-size: 15px!important;
    }}

    Best regards,
    Yigit

    #233255

    Hey ZenzeMedia!

    You can use this on Quick CSS, this is for the accordion content:

    .toggle_content {
    font-size: 11px;
    }

    And this is for the toggle title:

    .toggler {
    font-size: 12px;
    }

    Best regards,
    Ismael

    #233147
    Daylinq
    Participant

    Hey,

    I want to make the body text inside the accordeon’s on my site smaller, but only the body text inside the accordeon’s. How do I have to do this? :)

    Greetings

    #233136

    Hej!

    It looks great. Now everything is fixed and working as is should.

    This is the final code that I have in the quick CSS:

    @media only screen and (max-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title
    { font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    .avia-caption {
    bottom: -10px;
    left: -18px;
    padding: 0 20px;
    width: 305px;
    }
    .avia-caption .avia-caption-title { margin: 0; }
    }
    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-arrows a { display: none; }
    .avia-slideshow-dots {
    display: none;
    }
    }}
    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive #main .container_wrap:first-child .container {
    width: 528px;
    margin: 0 auto;
    }
    }

    It solved the issue with the slider display in the mobile and on the tab keeping the dots and the arrows.
    Maybe you should integrate it as a default option, just a suggestion…

    One more thing that I would like to ask and it concerns the stretched layout for mobile devices. It works perfect on mobile but on my Samsung tab 7 it is blurry. Why and can something be done to make it same as on the mobile?

    Thnx for the help.

    #233072

    Hi AndrewDelaware!

    Thank you for using the theme. I hope you’re doing great.

    1.) Change the icon list background color using this:

    .main_color .avia-icon-list .iconlist_icon {
    background-color: red;
    }

    2.) Please use this on Quick CSS or custom.css to change the size of the icon list on the toggle:

    .avia-icon-list .iconlist_title {
    text-transform: normal;
    color: #C14000 !important;
    }
    
    .page-id-56 .iconlist-char {
    font-size: 15px;
    }
    
    .page-id-56 .avia-icon-list .iconlist_icon {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 15px;
    margin-right: 30px;
    margin-left: 15px;
    }

    Best regards,
    Ismael

    #233014

    Hey!

    You are welcome, glad we could help! :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #233011

    Just Perfect. Many Many Thanks

    I will share and tell everybody how good and fast is the support :)

    Hi:

    I suspect it has something to do with my child custom css here:

    /*
    Theme Name: Enfold Child
    Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
    Version: 1.0
    Author: Kriesi
    Author URI: http://kriesi.at
    Template: enfold
    */

    /* CBC CSS Changes */

    /* Center Title of Portfolio Item */

    .main_color .grid-entry-title {text-align:center;}

    .main_color .iconbox_icon, .main_color .iconbox_top_icon {
    background-color: #a81010 !important;
    color: #ffffff !important;
    border-color: #a81010 !important;
    }

    .iconbox_content_container {
    font-size: 16px;
    color: ;
    }

    .container_wrap.main_color.light_bg_color {
    border: none !important;
    }

    .main_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    .alternate_color .avia-icon-list .iconlist_icon {
    background-color: #a81010;
    }

    li:hover .avia-menu-fx, .current-menu-item>a>.avia-menu-fx, li:hover .current_page_item>a>.avia-menu-fx {
    opacity: 1;
    visibility: hidden;
    }

    /* Progress Bars */

    .avia-progress-bar div.progress .bar {
    background-image: none;
    }

    /* Enfold Map Plugin */

    #top #main #map.avia-section .template-page {
    padding: 0;
    }
    #map .container {
    width: 100%;
    padding: 0;
    margin: 0;
    }
    #avia_google_maps-3.widget {
    padding-bottom: 0 !important;
    }
    .map {
    width: 100%;
    }
    #map .avia-builder-widget-area {
    margin-bottom: -30px !important;
    }

    /*default header: main logo and main menu height. increase max value if you want to use a bigger logo*/

    #header{
    background-color: white;
    }

    #header_main .container, .main_menu ul:first-child > li a{ height:134px; line-height: 134px; }

    /* Menu Dropdown Width */

    .main_menu .menu ul { width: 160px; }

    #top .main_menu {
    right: 132px;
    border-right-style: dashed;
    border-right-width: 1px;
    padding-right: 25px;
    }

    #header_main .social_bookmarks {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    }

    .social_header .phone-info {
    float: right;
    padding-top: 40px;
    }

    .hr span {
    border-color: #BCBCBC;
    }

    #top .social_bookmarks {
    padding-top: 30px;
    float: right;
    }

    #header_meta {
    margin-top: -30px;
    }

    .fixed_header.social_header #main {
    padding-top: 117px;
    }

    /*Add your own styles here:*/

    I cleared all out of quick css. Take note of the logo size if that makes a difference.

    The last social #4 twitter is the only one that shows up.

    Thanks

    Chris

    #232957

    Hi Yigit.

    Thnx for the help. I was able to put some code together by looking at the different forum topics.

    It solved my problem on the phone and tablet but there is one thing more that I would like to do. The pictures are to small and I wonder if they can be bigger?

    Here’s the CSS code that I’ve assembled from different post. I’m a newbie so probably looks ridiculous but it works :).

    @media only screen and (max-width: 768px) {
    .avia-slideshow .avia-caption .avia-caption-title
    { font-size: 14px; }}
    @media only screen and (max-width: 480px) {
    .avia-caption {
    bottom: -10px;
    left: -18px;
    padding: 0 20px;
    width: 305px;
    }
    .avia-caption .avia-caption-title { margin: 0; }
    }
    @media only screen and (max-width: 480px) {
    #top .avia-slideshow-arrows a { display: none; }
    .avia-slideshow-dots {
    display: none;
    }
    }}

    Maybe you have better suggestions.

    Thnx for you help I really appreciate it.

    #232946

    Hi miso00!

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

    .widget_product_categories .widgettitle { font-size: 18px; font-weight: bold; }

    Best regards,
    Yigit

    #232910

    Hey!

    Please add following code to Quick CSS as well and change the font family to the one you would like to use

    .main_menu ul:first-child > li > a { font-family: 'Merriweather', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Regards,
    Yigit

    #232904

    many many thanks for the quick reply.

    The code you sent change the size but how can I change the font?

    #232902

    Hey seomartin!

    Please see – http://kriesi.at/documentation/enfold/change-the-main-menu-color/
    And add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .main_menu ul:first-child > li > a { font-size: 18px; }

    Best regards,
    Yigit

    #232900
    seomartin
    Participant

    Whats the best way to change menu size, color and font color?

    #232753
    miso00
    Participant

    Hello,
    Please help me. I want to change title font size to 18 and weight to bold for product category widget. What I have to put into quick CSS ? I just figured out how to change font size for category names but not the title (PRODUCT CATEGORIES). Thank you.

    #232699

    Thanks for the help. This is the code I used just in case anyone ever has a problem similar to mine:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    width: 100%;
    }
    
    .responsive #socket .sub_menu_socket ul li {
    float: none;
    border-left: none;
    text-align: center;
    }
    
    }
    
    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket ul li {
    padding: 10px;
    font-size: 15px;
    }
    }

    Still does not work! http://imgur.com/a/JqFRb
    Now we have lost the green current in the drop down as well as the main navigation current
    The photographs have no longer the rollover marker but when one rollover the photograph still goes down except in “studieneriese”

    Again here is the css for the Navigation – It is all VERY unclean but all from what you have given me added in bits and pieces. I do not know how to make sense of it:
    /*NAVIGATION*/

    /*ROLLOVER/CURRENT MENU DECORATION*/
    .header_color .avia-menu-fx {
    background-color: #7aa84a;
    }
    .header_color .avia-menu-fx .avia-arrow, .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu {
    border-color: #7aa84a;
    }

    /*MAIN*/
    .header_color .main_menu ul:first-child > li > a {
    color: #d45226;
    }

    #top .main_menu ul.menu li a {
    font-size: 14px;
    }

    /*MAIN NAVIGATION HOVER*/
    .header_color .main_menu ul:first-child > li a:hover {
    color: #7aa84a;
    }

    /*MAIN NAVIGATION CURRENT*/
    .header_color .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child .header_color > li.current_page_item > a {
    color: #7aa84a;
    }

    /*MAIN NAV SUB NAVIGATION*/

    .header_color .main_menu .menu ul li a {
    color: #d45226;
    font-weight: 600;
    }

    #top .main_menu .menu li ul a {
    font-size: 14px;
    line-height: 15px;
    }

    /*MAIN NAV SUB NAV HOVER*/
    #top .header_color .main_menu .menu ul li>a:hover {
    color: #7aa84a;
    background-color: transparent;
    }

    /*MAIN NAV SUB NAV CURRENT

    .current-menu-ancestor a {
    color: #7aa84a !important;
    }*/

    /*SIDE NAVIGATION*/
    .main_color .widget_nav_menu ul:first-child>.current_page_item {
    background: transparent;
    }

    .main_color .sidebar .current_page_item>a {
    color: #7aa84a;
    }

    .main_color .sidebar a {
    color: #d45226;
    }

    .main_color .sidebar a:hover {
    color: #7aa84a;
    }

    .sidebar {
    font-size: 14px;
    line-height: 17px;
    }

    .js_active .tab {
    font-size: 14px;
    }

    + css from quick css:

    .current-menu-item.current-menu-ancestor > a {
    color: green !important;
    }

    #232578

    Hey!

    Thank you for using the theme. I hope you’re doing well today.

    Please add this on the child theme’s style.css:

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket ul li {
    padding: 10px;
    font-size: 15px;
    }
    }

    Please post a screenshot of what you want your footer socket to look like.

    Regards,
    Ismael

    #232531

    Great. The form fields are now the correct colors.

    The initial table style you wrote did not work, but I was able to make the table background transparent by making a small change to your code.

    Here is what worked (I moved the word table to the right side, instead of table#fstable)…

    #fstable, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 285px;
    line-height: normal;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: transparent !important;
    }

    The word “important” is important :) It overrides something we cannot find apparently.

    And a small thing – the select field (to choose a state) has a very light vertical bar at the far right. No biggie but would like to get rid of it. You can see that bar in the state field here – http://www.finalsmoke.net/order-form-1/ , but it does not exist in the state field in my page before using Enfold here – http://www.quithere.com/fsmokewp/order-form/

    Thanks for your help so far, and hope we can solve it all the way!

    #232524

    Hi!

    Change your code to this:

    input.fsfield {
    	border: 1px solid #000 !important;
    	color: #000 !important;
    	line-height: normal;
    	padding: 2px;
        background-color: #FFF !important;
    	font-size: 13px;
    	font-family: Verdana, Arial;
        margin: none;
    }
    
    select.fsselect {
    	border: 1px solid #000 !important;
    	color: #000 !important;
    	line-height: normal;
    	padding: 2px;
        background-color: #FFF !important;
    	font-size: 13px;
    	font-family: Verdana, Arial;
        margin: none;
    }
    
    table#fstable, caption, tbody, tfoot, thead, tr, th, td {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	width: 285px;
    	line-height: normal;
    	font-size: 100%;
    	vertical-align: baseline;
    	border-collapse: True;
    	background: transparent !important;
    }

    Regards,
    Josue

    #232523

    Hi Josue… No change.

    I think I am already applying transparent to <tr> with my table style here…

    #fstable table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    width: 285px;
    line-height: normal;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: transparent;
    }

    Somewhere, a light gray background (#F8F8F8) is being inserted into <tr>, or maybe individual <td>’s, or the table as a whole <table>.

    Also, something is causing the input fields to be styled with light gray borders (#E1E1E1) and fonts (#919191), ignoring my black as shown in my form field styles here…

    input.fsfield {
    border: 1px solid #000;
    color: #000;
    line-height: normal;
    padding: 2px;
    background-color: #FFF;
    font-size: 13px;
    font-family: Verdana, Arial;
    margin: none;
    }

    select.fsselect {
    border: 1px solid #000;
    color: #000;
    line-height: normal;
    padding: 2px;
    background-color: #FFF;
    font-size: 13px;
    font-family: Verdana, Arial;
    margin: none;
    }

    Any help is appreciated.

    #232461

    Also noticed there are alternating row colors in tables that I did not put in here: http://www.finalsmoke.net/order-form-1/

    Enfold is doing some complex overriding of tables and input fields somewhere.

    My css for tables (below), is not really being obeyed, nor is my css for input fields.

    #fstable table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border-color: #000;
    border-width: 2px;
    outline: 0;
    width: 285px;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: none;
    }

    Can you please show me how to counteract what Enfold is doing with tables and input fields so my own styles will come through?

    Thanks.

    #232223

    Ok I have added h2 { font-family: Georgia, “Times New Roman”, Times, serif !important; font-size: 24px; } in Quick CSS but nothing happened.

    #232066

    Hi Ismael,

    That CSS code does not work.

    I would like the form fields in the order form at the right here:
    http://www.finalsmoke.net/order-form-1/

    to look like the original (before Enfold) here:
    http://www.quithere.com/fsmokewp/order-form/

    Because Enfold has overwritten the defaults for tables and input fields, the table holding the order form has a white background, instead of being transparent, the td cells are too spaced out, and the form fields are too large and without borders.

    Below is my original CSS for input fields, and select fields. Is there a way to use these styles in Enfold, along with an unstyled table?

    ——————————–
    input.fsfield {
    border: 1px solid rgb(0, 0, 0);
    color: #000;
    line-height: normal;
    padding: 2px;
    background: rgb(255,255,255,0.5);
    font-size: 13px;
    font-family: Verdana, Arial;
    margin: none;
    }

    select.fsselect {
    border: 1px solid rgba(0, 0, 0);
    color: #000;
    line-height: normal;
    padding: 2px;
    background: rgb(255,255,255);
    font-size: 13px;
    font-family: Verdana, Arial;
    margin: none;
    }
    —————————–

    Thanks,
    Scott

    #232049

    Hey markofwits!

    It should be like this:

    #fstable, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: transparent;
    }

    Regards,
    Ismael

    #232018
    markofwits
    Participant

    I’m trying to override Enfold’s CSS for tables and input fields, on this page: http://www.finalsmoke.net/order-form-1/

    using these styles in my custom style.css file…

    input.fsfield {
    border-width: 1px;
    border-color: black;
    width: 20px;
    color: #000;
    line-height: normal;
    background: rgb(255,255,255);
    font-size: 13px;
    font-family:”Times New Roman”,Georgia,Serif;
    margin: none;
    }

    .fstable table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    border-collapse: True;
    background: none;
    }

    However, my table (which has id=’fstable’) still has a white background (should be transparent), and my form fields (which use class=’fsfield’) are too wide and have the wrong font.

    The above page is using a template in a child theme. The template contains the table and form fields which are not responding to my custom css in styles.css.

    Please advise.

    #231839

    Hi!

    Glad you figured it out! Let us know if you have any other questions or issues

    Regards,
    Yigit

    #231836

    Nevermind…just added font-family: inherit; And that did the trick.

    #231835

    That worked, but why is the Google font I chose through the control panel not showing up in this section only? Looks like it is pulling Times New Roman instead.

Viewing 30 results - 17,011 through 17,040 (of 18,727 total)