Viewing 30 results - 17,221 through 17,250 (of 18,727 total)
  • Author
    Search Results
  • #221586

    Hi!

    Use

    
    .js_active .tab_content{
    background: gray;
    }
    
    .js_active .tab{
    background: gray;
    font-size: 15px;
    }
    

    Best regards,
    Peter

    Hey deyowulf!

    1) Insert this code into the quick css field

    
    #top #menu-item-search.menu-item-search-dropdown{
    float:left;
    }
    
    .bottom_nav_header.social_header .main_menu, .bottom_nav_header.social_header .main_menu {
    width: auto;
    float: none;
    margin: auto;
    text-align: center;
    }
    
    .bottom_nav_header.social_header .main_menu>div, .bottom_nav_header.social_header .main_menu ul:first-child {
    text-align: center;
    margin: auto;
    }
    
    .bottom_nav_header.social_header .main_menu ul:first-child {
    max-width: 650px;
    }
    

    and instead of 650px insert the width of your menu.

    2) This code

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

    will help you to change the font size.

    Cheers!
    Peter

    Hi there,
    Thanks for your continued help on this. So close… but neither of these snippets or putting it into Enfold Child> style.css worked. And now the Reserve Now button which had been working on the smartphone, is no longer appearing at all.
    I hate to do this (because it gets so long) but I’ve pasted all my code in the style.css below. Can you see anything wrong, conflicting or have any ideas on what to do next? Thanks again, Lynn

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

    /*Add your own styles here:*/
    /* Hide layerslider on Smartphones and protrait Tablets */
    @media only screen and (max-width: 768px) {
    .avia-layerslider { display: none; }}
    /* Place Reserve now on tablets */
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .header_color .header-button a { left: -40%!important; }}
    /* Add Reserve Now button to Header-added code to header.php*/
    .header-button {
    position: absolute;
    border: none;
    top: 0;
    left: 255px;
    right: 180px;
    }
    .header_color .header-button a {
    display: block;
    padding: 2px 5px 10px 12px;
    font-size: 22px;
    text-align:justify;
    font-weight: bold;
    float: left;
    color: #f8d699;
    border-radius:0px 0px 15px 15px;
    }
    .header-button a.header-chat { background-color: #985e06; left center no-repeat; }
    .header-button a.header-chat {link: href=”http://reservation.worldweb.com/hotel/1227″ target=”_blank” }
    }
    /* Remove from home page only (right side)#, */
    .breadcrumbs { display: none; }
    .page-id-2 .entry-title { display: none; }
    .sub_menu {
    right: 175px !important;
    }
    /* Added TripAdvisor to ‘register-admin-options.php’ file, then to child functions.php Moves social icons to right of page */
    #top .social_bookmarks li {
    float: right !important;
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap, #header_main { z-index: 1; }
    /* Sizes/styles phone#, */
    #top .social_bookmarks li a { font-size: 18px; }
    .social_header .phone-info span {
    font-size: 18px;
    color: #f8d699;
    font-style: italic;
    padding-right: 28px;}
    }
    /* Change color of header social fonts*/
    .header_color .social_bookmarks a { color: #f8d699; }
    /*size main menu font*/
    #avia-menu a {
    font-size: 17px !important;
    }
    /* Color hover of TripAdvisor*/
    #top .social_bookmarks_tripadvisor:hover a {
    color:#fff;
    background-color: #29A959!important;
    }
    /* Color main menu dropdown font*/
    #top .main_menu .menu li ul a {
    color: #f8d699 !important;
    opacity: .7;
    }
    .header_color .main_menu ul:first-child > li > a { color: #f8d699; }
    .slide-meta {display: none;}
    .blog-categories.minor-meta {display: none;}
    .text-sep.text-sep-cat {display: none;}
    .header-buttons {
    position: absolute;
    right: 0;
    border: none;
    }
    /* Get Reserve Now button on iPhone*/
    @media only screen and (max-width: 480px) {
    .header-button {
    position:absolute;
    top:90px;
    left:30px;
    right:20px;
    }
    }
    /*Dropdown menu on top of LayerSlider*/
    .container_wrap { z-index: 1;
    }
    /* Sidebar styling -latest portfolio widget*/
    #portfoliobox-2 .news-headline {
    font-size: 16px !important;
    }
    #portfoliobox-2 .news-excerpt {
    font-size: 12px !important;
    }
    .image_size_widget .news-thumb {
    height: 50px;
    width: 50px;
    }
    .image_size_widget .news-thumb img {
    width: 46px;
    height: 46px;
    }
    }
    add_theme_support(‘avia_template_builder_custom_css’);

    #221206

    Hey sandboxes!

    I don’t know if LayerSlider supports this script and we can’t provide support for this customization. However you can try to place the html code into the “html” field of a layer

    
    <span class="hsjs">Each line in this code&rsquo;sHTML</span>
    <span class="hsjs">is set off with a</span>
    <span class="hsjs"><span></span>
    <span class="hsjs">element, & HatchShow adjusts the font size</span>
    <span class="hsjs">automatically.</span>
    <span class="hsjs">Each line should end up</span>
    <span class="hsjs">(roughly) the same width.</span>
    

    and then insert this code at the very bottom of enfold/js/avia.js:

    
    (function($){
       $(window).load(function(){
          $().hatchShow();
        });		
        jQuery.fn.hatchShow = function(){
          $('.hsjs').css('display','inner-block').css('white-space','pre').each(function(){
            var t = $(this);
            t.wrap("<span class='hatchshow_temp' style='display:block'>");
            var pw = t.parent().width();
            while( t.width() < pw ){t.css('font-size', (t.fontSize()+1)+"px"),
              function(){while( t.width() > pw ){t.css('font-size', (t.fontSize()-.1)+"px")}};
            };
          }).css('visibility','visible');
        };
        jQuery.fn.fontSize = function(){return parseInt($(this).css('font-size').replace('px',''));};
    })( jQuery );
    

    Cheers!
    Peter

    deyowulf
    Participant

    I would like to set up a Header with bottom nav with my logo and the menu centered – is there css to do this?

    Also, what is the css to change the font size of the menu for this style of header?

    Thanks

    Jonny

    #221189

    thanks that worked great

    and if i want to change the font size and color of the NON active tabs too?

    #221159
    deyowulf
    Participant

    The images aren’t showing up when I have it set up as Small img. Preview. They do show up when it is on large img. preview or multi author.

    http://www.jonnyfreesh.com/home-page-test-2/

    Also, how can I change the size of the font of the Post titles, but just on this page? Or just for the titles of posts when they are listed in a “blog posts” content element. I don’t want to change the size of my site wide H1.

    Also, I know that this is an issue with a 3rd party plugin, but as you can see the shareaholic social media sharing buttons are showing up at the bottom of every post excerpt, and I don’t want them to. It’s odd because on all the other blog post pages I have set up, it doesn’t do this.

    See – http://www.jonnyfreesh.com/raw-dessert-recipes/

    I’ve set them up exactly the same way and tested all the different blog options (small preview, large preview, multi-author, etc.) as well as having it within a layout shortcode (ie. 1/3,1/3,1/3) or outside a layout shortcode (full area) and it is still there. Any suggestions?

    Thanks

    Jonny

    #221134

    Hi!

    You can use this on Quick CSS:

    .js_active .active_tab_content {
    background: gray;
    }
    
    .js_active .active_tab {
    background: gray;
    font-size: 15px;
    }

    Change the css values.

    Regards,
    Ismael

    #221127

    Hey jmaguirrei!

    Are you trying to change the font size of the page title? You can use this:

    .title_container .main-title {
    margin: 0;
    font-size: 20px;
    position: relative;
    z-index: 2;
    min-height: 36px;
    line-height: 2.3em;
    top: 0;
    font-weight: 400;
    }

    Cheers!
    Ismael

    #221039
    sandboxes
    Participant

    I would like to use a jquery plugin in a layer slider to show typography.

    here is the link to the plugin. http://charliepark.org/hatchshow/

    this is the code:`<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”></script&gt;
    <script type=”text/javascript” charset=”utf-8″>
    $(window).load(function(){
    $().hatchShow();
    });
    jQuery.fn.hatchShow = function(){
    $(‘.hsjs’).css(‘display’,’inner-block’).css(‘white-space’,’pre’).each(function(){
    var t = $(this);
    t.wrap(“<span class=’hatchshow_temp’ style=’display:block’>”);
    var pw = t.parent().width();
    while( t.width() < pw ){t.css(‘font-size’, (t.fontSize()+1)+”px”),
    function(){while( t.width() > pw ){t.css(‘font-size’, (t.fontSize()-.1)+”px”)}};
    };
    }).css(‘visibility’,’visible’);
    };
    jQuery.fn.fontSize = function(){return parseInt($(this).css(‘font-size’).replace(‘px’,”));};

    </script>`

    here is the code for HTML

    <span class="hsjs">Each line in this code&rsquo;sHTML</span>
    <span class="hsjs">is set off with a</span>
    <span class="hsjs"><span></span>
    <span class="hsjs">element, & HatchShow adjusts the font size</span>
    <span class="hsjs">automatically.</span>
    <span class="hsjs">Each line should end up</span>
    <span class="hsjs">(roughly) the same width.</span>
    

    please can you tell me can i do this and if so how/

    #220973
    jmaguirrei
    Participant

    Hi!

    I have installed the Google Typography pluggin, and whit the h1 selector, doesn’t take the font-size.

    I think maybe it is hardcoded somewhere.

    Could you help please?

    Thanks!!
    José

    #220904

    Hi!

    Please try following code

    .ginput_container input[type="text"] { padding: 16px 12px; font-size: 16px; }

    Cheers!
    Yigit

    #220879

    I would also like to change the size of the font inside the tab

    #220834

    Hey crevlon!

    1) Verwende folgenden CSS Code

    
    #top .avia-button-row .avia-button-wrap .avia-button {
    font-size: 20px;
    }
    

    2) Verwende folgenden CSS Code

    
    .pricing-table .first-table-item {
    color: #ff0000;
    }
    

    3) Hinter dem Wert (zB 20, 30, etc) füge diesen Code ein:

    
    <span class="currency-symbol">$</span>
    

    und tausche das $ Zeichen gegen dein Währungssymbol aus.

    Cheers!
    Peter

    #220760
    HiDrew
    Participant

    Aloha,

    I’ve changed the size of the font for the tabs on the left had side (see: http://new.cultivatedesign.ca/design-landscaping-services/) – but you’ll notice that the positioning of the icons vs. the text is a bit off.

    Can the font size for each be set separately?

    Thanks!
    Drew

    #220725

    Absolutely perfect! Many thanks!

    Hi lunchforone!

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

    .bottom_nav_header.social_header #header_main .container {
    height: 165px; }
    #top .social_bookmarks li a { font-size: 18px; }

    2- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
    3-

    .single-post .big-preview.single-big { display: none; }

    4- Please refer to my post here https://kriesi.at/support/topic/footer-socket-question/#post-193649

    Best regards,
    Yigit

    #220672

    Hi!

    Please add following code to Quick CSS as well

    .social_header .phone-info { font-size: 16px; }
    #top .social_bookmarks li a { font-size: 17px; }
    .content { padding-top: 10px; }

    What type of header are you using? You can post the link to your website or check it in Enfold theme options > Header tab

    Regards,
    Yigit

    DaraEmerson
    Participant

    1+2 ) Easy Slider/ Photo/ Text Block within Color Section:
    I am trying to place an easy slider within a color section and have it fill the height to 100% yet be in a 1/3 column layout area and text next to it in 2/3 column. there is a fixed border around the easy-slider which I cannot get rid of – any code?
    – this is the css I defined the color section area with:
    #workshopscolorsection {
    height: 360px!important;
    }
    .avia-slideshow-inner {
    padding: 0px; margin: 0px, 0px, 0px, 0px;
    }
    – Alternative is to have a photograph within the color section but when I try that the content (in a text block) rides over the photograph.
    – Another alternative is to have a photograph within a text block but the photograph will not flush to the top of the color section – and when we go to mobile mode the text in the color section rides over the text in text blocks placed below the color section – the same happens with any text block within the color section.
    – In mobile mode the entire page is a mess.

    Any solution to what I am trying to do? HOPE THIS IS CLEAR

    5 ) HEADINGS:
    I have resized all the headers. How to reduce line-height between headings and other heading? Or is the line-height automatically considering the 150% I programmed in. Also the line-height in mobile mode does not reduce proportionally.

    4 ) HEADER:
    This is some code you gave someone else to keep the logo in the header full-size when scrolling
    #header_main .container,.main_menu ul:first-child > li > a, .logo img, .logo a {
    height: 115px !important;
    line-height: 115px !important;
    max-height: none !important;
    }

    problem I am having is that in scroll modus there is no padding under the logo – code?
    sometimes the logo squishes together to be very thin.

    5 ) CSS to alter SIDE MENU font, colour?

    Thanks!
    I have tried to be as clear as possible hope it is!

    #220559

    Devin:
    You guys are absolutely fantastic at how fast you respond to inquiries!
    Your code worked perfectly! Many thanks.
    Now I need a little more help.
    Can you look at the following screenshot and tell me if you can help me make the changes shown?
    http://prntscr.com/2q1cv1
    Thank you,
    Dan

    #220537

    Hi Dan!

    You shouldn’t ever modify the theme css files directly to make any changes. Instead, add your css to the Quick CSS field in the theme’s styling tab or the custom.css file in the css folder.

    For this it would be something like:

    #top .entry-content-wrapper h1 {
    font-size: 18px;
    }
    

    And then the same for each. The #top id gives it higher priority and the .entry-content-wrapper keeps inside that class.

    Regards,
    Devin

    #220531

    Hey!


    @rodarialtda
    It seems like you have already started a new topic with your question. So i am closing this one. Glad Ismael could help!

    Best regards,
    Yigit

    #220530
    bananadan
    Participant

    Could you please help me and tell me where in the layout.css file I can change the font size for the H1, H2, H3 and H4 tags?
    Many thanks!
    Dan

    #220499

    Here is the link: http://chattanoogadentistfinder.com

    And I put that code in the enfold quick css area and it didn’t work, so I even upped the font size that was in the code-and still nothing…?

    #220495

    Hey!

    1) Yes, add this to your Quick CSS in the styling tab of the theme options and modify as needed:

    #top.home #fullscreen_slider_0 .avia-caption-title {
        font-size: 35px;
    }
    #top.home #fullscreen_slider_0 .avia-slideshow-button {
        font-size: 15px;
    }
    #top.home #fullscreen_slider_0 .avia-caption-content {
        font-size: 15px;
    }

    2) No, that isn’t doable without customization of the element or maybe some other very creative css/html combination.
    3) In the theme files open js>avia.js and look for the avia_header_size function starting at around line 1288. Inside of it you can change the math from divide the size by 2 to a smaller number to decrease how much it shrinks:

    
                    if(st < el_height/2)
                    {
                        newH = el_height - st;
                        header.removeClass('header-scrolled');
                    }
                    else
                    {
                        newH = el_height/2;
                        header.addClass('header-scrolled');
                    }
    

    4) You can use:

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

    and you will need to make the number a link in the field where you’ve added it to the theme options. Ex: <a href="tel:+15555551212">555-555-1212</a>

    5) I think you mean this character | which is just above the enter key on most keyboards (shift+ that key).

    If you have any other questions make a new topic and we’ll do our best to answer.

    Regards,
    Devin

    #220464

    Dear, as I can center a tab within a page

    #220462

    In reply to: Changing CSS

    Thanks for the response.
    I tried the code below but there was no change.

    #menu a{
    color:#ffffff;
    font-size:13px;
    font-family: ‘Oswald’, arial, sans-serif;
    text-decoration:none;
    word-wrap:break-word;
    }

    #menu ul {
    list-style-type:none;
    }

    #menu{
    height:15px;
    width:680px;
    float:right;
    }
    #menu ul{
    margin-left:0px;
    padding:0px;
    position:absolute;
    line-height:50px;
    z-index:500;
    }
    #menu ul a{
    float:left;
    display:block;
    padding:5px 20px 5px 20px;
    line-height:35px;
    z-index:500;
    margin-top:-5px;
    }
    #menu ul li{
    float:left;
    position:relative;
    padding-bottom:0px;
    z-index:20;
    margin-left:20px;
    margin-right:20px;
    }
    #menu ul ul{
    display:none;
    margin:0px 0px 0px 0px;
    top:40px;
    left:0px;
    width:160px;
    }
    #menu ul ul a{
    margin:0px;
    line-height:22px;
    }
    #menu ul li li{
    margin:0px;
    width:160px;
    }
    #menu ul ul ul{
    top:auto;
    padding-top:10px;
    padding-bottom:10px;
    }
    #menu ul li ul a{
    float:left;
    width:120px;
    }
    #menu ul li ul ul{
    top:0px;
    left:162px;
    }
    #menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul { display:none; }
    #menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul { display:block; }

    #220459

    got it, thanks!

    #220458
    rodarialtda
    Participant

    Good morning.

    I need help centering, font size, font color a TAB and Masonry Fullwidth Gallery.

    The idea is to have focused on a page

    Thank you.

    #220457

    can I change the background color for mobile sizes with that as well?

Viewing 30 results - 17,221 through 17,250 (of 18,727 total)