Viewing 30 results - 17,131 through 17,160 (of 18,727 total)
  • Author
    Search Results
  • #227179

    Hey!

    Please refer to Josue’s post here https://kriesi.at/support/topic/how-to-remove-tooltips/#post-224464
    Please add following code to Quick CSS and adjust as needed

    .page-id-982 .team-member-name { font-size: 15px; }

    You should right click on Chrome or Firefox and click Inspect Elements to find page ID then change the ID in custom CSS code to match your page ID

    Best regards,
    Yigit

    #227146

    Hey!

    Try adding this code to the Quick CSS:

    .av_promobox .avia_button_icon {
        font-size: 24px;
    }

    Cheers! 
    Josue

    #227125

    after I deactivated W3 total cache, due to a problem with anchors not linking correctly, I now see my css changes to the team member titles, but still have the names on the slideshow. Any ideas? Is there any way to specify the team member name font sizes on specific pages?

    thanks for your continued amazing support.
    n

    • This reply was modified 12 years, 1 month ago by Munford.
    #227088

    Hi, I have the same issue as described here. I have chosen Open Sans for content but Helvetica is overwriting the rules applying Open Sans. Can you please help? Also I have added some CSS code in the CSS filed to change content font weight, font-size and line-height, and they all have not been applied. What am I doing wrong?

    #227055
    jmikhail
    Participant

    Hi Guys,

    How do I change the size of the fontello icon inside the button left of the text? I already adjusted the text size inside the button but can’t figure out the fontello icon size so it’s even.

    https://www.evernote.com/shard/s77/sh/70bd48ab-e01c-4f36-990a-e636c67553a7/3ffdd87b40affe38f75720f5e1b25cd8

    Thanks!

    Hey!

    Seems you already managed to add the phone number, you can increase it with this CSS:

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

    And this one will swap position with the icons:

    .noLightbox.social_bookmarks {
        float: right;
    }
    .sub_menu {
        left: 0;
    }

    Regards,
    Josue

    Hey Jack!

    Code is not being applied, please check Quick CSS and/or Custom.css file inside Enfold/Css folder and make sure that code is still there. If not, please add it once again. If code is there, try adding !important rule as following

    .iconbox_top .iconbox_icon { left: 6%!important; font-size: 20px!important; padding: 15px!important; }
    .iconbox_top .iconbox_content { text-align: left!important; }

    Cheers!
    Yigit

    Hey!

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

    .post-title h1 a, .post-title h2 a { font-size: 26px; }

    P.S.: Please start a new topic if your questions are off topic

    Cheers!
    Yigit

    Hi Josué,

    How can I increase the size of the font on my post titles?

    Many thanks,

    Miguel

    #226830

    Hey!

    Please try to add !important beside the css value:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    padding: 0 6px !important;
    font-size: 10px !important;
    }
    
    .main_menu {
    margin-right: -30px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 7px !important;
    }
    }

    Best regards,
    Ismael

    #226805

    That’s the code I tried already for hiding the titles but it doesn’t work.
    ?? I have cleared the cache, reloaded.
    neither does the hiding of the author code. The quick css seems to not really respond to changes.

    I am also trying to change the font of the team member name globally on my site with this:

    .team-member-name {
    font-size: 14px;
    font-weight: 600
    }

    but it doesn’t work – I have cleared the cache and reloaded over and over.
    same problem –

    you can see both issues on this page:
    http://www.copenhagenfilmcompany.dk/2014/corporate-en/
    any suggestions? I tried with the “!important” but same result.

    • This reply was modified 12 years, 1 month ago by Munford.
    #226706

    Hi!

    Please add following code to Quick CSS
    1-

    .bottom_nav_header.social_header #header_main .container {
    height: 110px; }
    .logo img { padding-top: 20px; }

    4-

    body div .avia-button { color: white!important; }

    5- You can choose to display Alternate color on certain elements such as Color Section
    6-

    .sidebar a { font-size: 16px; }

    7-

    #scroll-top-link:hover {
    background-color: purple;
    color: orange;
    border: 1px solid yellow;
    }
    #scroll-top-link {
    background-color: blue;
    color: green;
    border: 1px solid red;
    }

    8-

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-size: 18px; }

    Regards,
    Yigit

    #226694

    Thanks, with the modified java and the custom css posted by yigit this worked. Only problem left is that the size of the text won’t reduce like it used to.

    Here is the custom css I’m using:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    padding: 0 6px;
    font-size: 10px;
    }
    
    .main_menu {
    margin-right: -30px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 11px;
    }
    }

    The “font-size” doesn’t apply. Any idea what I’m doing wrong?

    Cheers!

    #226641
    fortuneRice
    Participant

    Hi, I’m using WPML and also a child theme of Enfold i.e. I have an enfold-child folder with its own style.css where I modify the styles.

    Enfold supports different styles for different languages. My question is, for my child theme, how would I specify the different styles for the different languages? For example, for English, I want font-size to be 12px; whereas for my Chinese site I want font-size to be 14px;

    Please advise thanks.

    Hey AssuranceOgilvy!

    Please edit functions-enfold.php, find this code on line 69:

     $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
    

    Replace it with:

    $items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" rel="nofollow" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'><span class="search-text">Search</span></a></li>';
    

    Add this on Quick CSS:

    .search-text {
    margin-left: 10px;
    font-size: 12px;
    }

    Regards,
    Ismael

    #226614

    Hey!

    – Refresh your browser cache as I only see things on hover with the masonry elements.
    – I don’t see any difference in color on the masonry items and there is no code to make one side lighter than the other
    – For the social icons, you’ll need to add height and width values to the css in addition to the font size. Then the same on the li since it has a height too:

    #header_main .social_bookmarks li {
    height: 40px;
    width: 40px;
    }

    Make sure to add height and width to the social_bookmarks css from Yigit as well. You will then need to play with padding and margins to get the styling and centering you want since its now larger than intended.

    I don’t know what you mean by left and right justified but if you mean have them to the edge of the screen then no not very easily. The container could probably be set to 100% width but I don’t know how many more issues that could cause with keeping it all responsive and cross browser compatible.

    Best regards,
    Devin

    #226538

    Hey totofunk!

    You can use this selector on Quick CSS:

    body .av-special-heading .av-special-heading-tag {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    float: left;
    font-weight: bold;
    font-size: 20px;
    }

    Cheers!
    Ismael

    spanishj
    Participant

    I had the code taken from this thread:

    .iconbox_top .iconbox_icon { left: 6%; font-size: 20px; padding: 15px; }
    .iconbox_top .iconbox_content { text-align: left; }

    It was working fine until today. I changed one thing in the CSS (ladding in the full page code.

    Here is an example of my site with this problem.

    Thanks in advance for your help.

    #226448
    totofunk
    Participant

    Hi,

    how can I change css styling for special heading ? For example make font bold.

    [av_heading heading='Drawing Talks' tag='h3' color='' custom_font='' style='blockquote modern-quote' size='' subheading_active='subheading_below' subheading_size='15' padding='10']

    #226418

    Hi!

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

    #header_main_alternate { display: none; }
    #top .social_bookmarks li a { font-size: 20px; }
    .bottom_nav_header.social_header #header_main .container { height: 122px; }

    Best regards,
    Yigit

    #226279

    Hi!

    Please add following code to Quick CSS as well

    .js_active .tab {
    color: red !important;
    font-size: 14px; 
    } 

    Regards,
    Yigit

    #226268

    Hello Yigit!

    Thank you for your response!

    Your tips for 1 and 2 worked.

    However, for question 3, sorry, I should rephrase my question. The question is, is there a way to change size and font colour for the Title of the tabs. For example, in my URL http://www.1realestatesg.com/alana/, there are 4 tabs. The tabs titles are “Why Alana”, “Location”, “Site plan” and “Architecture”. Can I change their font size and colour?

    Thank you! :)

    #226241

    Hi,

    Thanks, but this displays the responsive menu when seen on tablet. I want to display the regular menu on tablet.

    To sum things up, I want to display:

    – the regular menu over 989px,
    – the responsive menu under 767px,
    – the regular menu with adapted logo width, font size and padding for everything between 768px and 988px.

    Basically what I used to do before, using the code I gave you earlier.

    Cheers.

    #226187

    In reply to: Larger Logo and Center

    The border, padding and top menu is still there somehow please use google chrome browser and you will se it.
    Think its something about : class”container” or class”sub_menu” and id”header_meta´”

    My CSS so far:

    
    /* Font size */
    body { font-size: 14px;}
    
    /* Disable Enfold Responsive menu button  */
    .main_menu .mobileMenu { display:none !important; }
    
    /* Disable top menu */ 
     #header_meta { display: none !important;}
    
    /* Disable top social bookmarks */ 
    #top .social_bookmarks { display: none;}
    
    /* Disable logout link in menu */ 
    .page-item-logout {display:none;}
    
    .bottom_nav_header.social_header #header_main .container {height: 140px; }
    
    #header_main .container_wrap { border-top-style: none; }
    
    

    //M

    #226086
    dalen550
    Participant

    Dear Support team,

    Thank you for taking the time to help me!

    I have 3 questions, need your expert advice.

    My URL is http://www.1realestatesg.com/alana/

    1. I noticed that the background colour in the tables on the left, the background colour alternates. Its light grey at first, then white, then light grey again. If the background colour is white, the font is also lighter as well. Is there a way for me to make all the boxes consistently 1 colour instead? I would prefer it if its all grey.

    2. On the right side of the page, I have a tabs section. How do I align the top of the tabs with the table on the left? As of now, the tabs is lower than the tables.

    3. Is there a way to change font size and colour for the tabs?

    Thank you for taking the time to answer my questions. I really appreciate it!

    Dalen

    #226067

    In reply to: disappear title

    Hi aquatucker!

    Insert this code into your functions.php file:

    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
    	$sub .= "<strong class='logo-title'>My Text</strong>";
    	$sub .= "<strong class='logo-title logo-subtitle'>Another custom text line</strong>";
    	return $sub;
    }
    

    and replace the “My Text” text and “Another custom text line” with your custom text. Then insert this code:

    
    #top .logo-subtitle {
    color: #aaa;
    top: 7px;
    }
    
    #top .logo-title {
    transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    font-size: 12px;
    color: #000;
    position: absolute;
    left: 7px;
    top: -7px;
    opacity: 1;
    white-space: nowrap;
    }
    
    #top .subtext {
    float: left;
    position: relative;
    }
    
    #top .header-scrolled .logo-title {
    opacity: 0;
    filter: alpha(opacity=0);
    }
    

    into the quick css field.

    Cheers!
    Peter

    #225898
    wizbiz
    Participant

    Hi guys!

    I used to be able to display the regular menu on ipad using this code, posted in some support posts here:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .main_menu ul:first-child > li > a {
    padding: 0 6px;
    font-size: 10px;
    }
    
    .main_menu {
    margin-right: -20px;
    }
    
    .main_menu ul:first-child > li > a {
    padding: 0 11px;
    }
    
    .logo img {
    width: 200px;
    }
    }

    But now it’s not working anymore. When loading the page, the menu appears for a second, and then disapear behind what looks like a white layer.

    Any idea how to resolve this?

    Thanks!

    #225896

    Hey!

    Try adding this code to the Quick CSS:

    .wgm-kleinunternehmerregelung {
        display: none;
    }
    .entry-summary .woocommerce-product-rating {
        top: 1px;
    }
    .price{
        font-size: 0 !important;
    }
    .price span.amount:nth-child(2) {
        display: none !important;
    }
    .woocommerce_de_versandkosten {
        font-size: 14px !important;
    }

    Cheers! 
    Josue

    Thanks but the “current” navigation on the header is only evident when one is in the first submenu item i.e. the first open page of a main navigation item. When one goes to another page item within the menu item the “current” is lost.

    The css for the navigation looks unclean.
    /*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, .header_color .main_menu ul:first-child > 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*/
    still need this code

    /*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;
    }

    THANKS

    how to remove the lines on the side navigation current item ?

    #225547

    In reply to: rel="prettyPhoto"

    This reply has been marked as private.
Viewing 30 results - 17,131 through 17,160 (of 18,727 total)