Viewing 30 results - 11,101 through 11,130 (of 18,744 total)
  • Author
    Search Results
  • #648081

    In reply to: Special Header

    Hey nickgriffin1,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    h4.av-special-heading-tag {
        font-size: 25px !important;
    }
    

    Best regards,
    Jordan

    #648074
    claychurchill
    Participant

    I have a solid green donate button in my secondary menu (top right corner) on this page: http://www.justoneafrica.org.

    I had to change the URL of the button so it required me to delete the menu item that was there and create a new one. The only thing I see had changed was the “menu-item-#”. It is currently just displaying regular text with underline hover. When I try to change the button in the menu to solid or outline, that is not working either.

    Here is the custom CSS that you gave me for the original one, but now it is not working, even using the new “menu-item-5332” location:

    /*———- Secondary Menu – donate button——–*/
    #menu-item-5332 a {
    background: #89cc0e !important;
    padding: 10px 15px !important;
    text-decoration: none;
    color: white !important;
    border-radius: 2px !important;
    font-size: 14px; text-transform: uppercase;
    margin-top: 10px !important;
    }

    The original was linked to a page on the site and this one is linked to a URL. Did something change? What am I missing?

    It used to look like this: http://enfold.space/www-justoneafrica-org/

    Thank you,
    Clay

    #648070

    Topic: Special Header

    in forum Enfold
    nickgriffin1
    Participant

    I have 4 special headers on my home page all set as H4 however 2 of them towards the bottom of the page display in a smaller font. I have tried deleting and adding new headers but the size of the font remains the same. Hoping for a fix. Thanks

    spleeky
    Participant

    Hi,

    I am using the following code to create a hover effect on my menu bar.

    #top .main_menu .menu li a:hover { background-color: #3365C2; color: #FFFFFF ; font-size: 20px !important; }

    However on the last menu item, the background hover doesn’t go wide enough so it looks bad, if you hover over the menu items and especially pay attention to the right most menu item you will see what I mean.

    How can i fix that?

    Also I would like to change the hover effect so it doesn’t go to the top of the section and bottom, but instead leaves some white space, like in this example i just made in photoshop,

    how can I achieve this?

    Thank you

    • This topic was modified 9 years, 10 months ago by spleeky.
    #647904
    InsightDezign
    Participant

    Hi,
    When I set the size of the font in a text block (the setting is underneath the text), it has no effect.
    Anything I am missing?

    Thanks,
    Jon Erik

    #647894

    Hi Vinay,

    I cannot target a specific class to a special header. The only thing I can do is change the font size within the element, but that doesn’t work.

    The settings in the element should override the settings in the theme options styling extra, right?

    Why do the special heading settings not work and how can I solve this problem?

    Regards,
    Monique

    I think i’ve made some progress , i have this code in my child style sheet

    #avia-menu .avia-menu-text {
        font-size: 12px ;
    	color: red   ; 
    }
    
    #top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white !important; }
    

    The first bit of code, changes the font size of the menu item, and changes the colour of the text.
    The second bit of code changes the styling for the menu item when it’s hovered.

    I’ve discovered if i take the color statement out of the first bit of code so have this instead

    #avia-menu .avia-menu-text {
        font-size: 12px ;
    	}
    
    #top .main_menu .menu li a:hover { background-color: #6ab2b5; color: white !important; }

    Now the font colour changes as desired when it’s hovered over.
    So the first colour statement seems to be applying to hover and normal state.

    How do i fix this?

    thanks

    • This reply was modified 9 years, 10 months ago by spleeky.
    LucasCK1983
    Participant

    This is driving me nuts. I cant change the weird spacing of the h1 tag and am unable to change font size.. How can I change them just like my h3-h6 tags???

    #647673

    The only customisations I had were as follows:

    #header_meta .phone-info
    {
    font-size: 15px !important;
    font-weight: normal !important;
    }

    @media only screen and (max-width: 1024px) {
    .​html_header_top.​html_bottom_nav_header​ .main_menu>div, .​html_header_top.​html_bottom_nav_header​ .main_menu ul:first-child {
    width: 102%;
    }}

    I have removed these and nothing changed; the ‘contact us’ on the navigation bar still appears to overlap.

    #647618

    Topic: Secondary Menu Button

    in forum Enfold
    claychurchill
    Participant

    I have a solid green donate button in my secondary menu (top right corner) on this page: http://www.justoneafrica.org.

    I had to change the URL of the button so it required me to delete the menu item that was there and create a new one.

    Here is the custom CSS that you gave me for the original one, but now it is not working, even using the new “menu-item-5332” location:

    /*———- Secondary Menu – donate button——–*/
    #menu-item-5332 a {
    background: #89cc0e !important;
    padding: 10px 15px !important;
    text-decoration: none;
    color: white !important;
    border-radius: 2px !important;
    font-size: 14px; text-transform: uppercase;
    margin-top: 10px !important;
    }

    The original was linked to a page on the site and this one is linked to a URL. Did something change? What am I missing?

    Thank you,
    Clay

    #647348

    Hey Jon Erik,

    Special headings give priority to the font size set in the special heading edit options.

    Best regards,
    Vinay

    #647343

    Hey yes9310,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    change the background color value to suit your design.

    .recent_posts_with_excerpts li {
     background: lightblue;
     padding:30px 20px 30px 30px;
     margin-bottom:30px
    }
    
    .recent_posts_with_excerpts li h2{
     font-size:16px;
     line-height:24px;
    }
    
    .recent_posts_with_excerpts li h3{
     font-size:10px
    }
    
    .recent_posts_with_excerpts li blockquote {
      border:none!important;
      padding:0
    }
    

    This will affect on all pages where you have recent post to display only on home add .hone selector in front of .recent_posts selector.

    Best regards,
    Vinay

    • This reply was modified 9 years, 10 months ago by Vinay.

    Hi, thanks a lot, that deals with the font size and weight perfectly. How can I now make it so that the spacing between the links is the same and also that they have the same hover effects as the navigation menu beside it?

    Hey kieranvyas,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #footer .news-headline {
        font-weight: normal!important;
        font-size: 12px!important;
    }
    

    Best regards,
    Vinay

    • This reply was modified 9 years, 10 months ago by Vinay.
    mosaic
    Participant

    In the footer I have the Enfold Latest Portfolio widget, right next to a Pages widget that displays the main menu of my site. If you take a look at my site, you can see that the formatting for the Enfold Latest Portfolio content is quite different from the Pages content. (The text is a different size and weight, there is a different spacing in between the links, and the hover effects I’ve set don’t apply.) How can I conform this text in the Latest Portfolio section to be the same as my Pages menu? Thank you

    • This topic was modified 9 years, 10 months ago by mosaic.
    #647069
    wavecoop
    Participant

    How should I best style the body text in the homepage blog (avia content element) to make consistent body text style (align left, 18px): http://dev.winchelsea.com/

    #646965

    In reply to: Menu font color

    Hi,

    your menu looks all good and the same for me:

    View post on imgur.com

    So everywhere same font size. Could you fix it already?

    Best regards,
    Andy

    #646792
    yes9310
    Participant

    Hi,

    I’m trying to duplicate a style from an old theme to enfold and make the sidebar blog widget display like the image attached below and want to increase the font size of the title and text, but can’t see anywhere in the advanced styling or anywhere that affects it. Can you please give me an idea how to change this in custom css?

    Thanks.

    • This topic was modified 9 years, 10 months ago by yes9310.
    #646786

    In reply to: New Website Setup

    Hi,

    7-8.) Please add this in the Quick CSS field:

    #menu-item-6927 a {
        background: #3E4D5B;
        padding: 5px 10px;
        font-size: 15px;
    }

    9.) Are you trying to open the link in a lightbox? I’m sorry but this is not possible without custom modifications on the theme. Please hire a freelance developer or contact codeable: http://kriesi.at/contact

    If possible, please create a single thread for each inquiry. Thank you.

    Best regards,
    Ismael

    #646744

    Hey!

    It is a bit tricky because the available space is very small and the content is more :( and if we reduce the font size further it will be a problem to read the text on the mobile devices. Thank you for your understanding and kind words :)

    Best regards,
    Vinay

    #646629
    Anonymous

    Hello Ismael,
    thanks for your earlier intervention; 5 problems remain to me that I can not solve
    I numbered them in the attached image Adp
    1 align the three buttons on the same line
    2 raise the content of at least 20 px so that the distance between the buttons and the same title is less
    3 remove the line
    4 to make the entries in this menu with the same size, font and color of white buttons also removing vertical lines from an entry to the other
    5 because the first line of the yellow page is hidden half? I would like to begin with a gap of up to 5 px
    Thanks, I hope not bother you again
    Mauro

    TheURLdr
    Participant

    I just posted the problem below and Vinay closed my topic out before the problem was solved. I also tried a code that he suggested and it didn’t work (please view the other thread from earlier today). I told him that and he asked me to rate Enfold and closed the topic. ?? I’d greatly appreciate an answer that works and the thread not being closed out until it does work. Thanks so much.

    The headings in the widgets in my footer are a light pink. I’ve tried changing the color in General Styling -> Footer, and that doesn’t work.

    I’ve tried adding the following code to the Quick CSS in General Styling:
    #footer .widgettitle {
    font-size: 20px;
    color: #000000 !important;
    }
    Doesn’t work.

    Can you please tell me what I’m doing wrong here. I’ve searched other threads and I can’t figure out what this problem is. I’ve flushed the cache on my site. Nothing works.

    #646575

    Hey Kim,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    If you do not notice any changes please add !important to the css property and clear browser cache.

    #footer h3.widgettitle {
    font-size: 20px;
    color: #000000;
    }
    

    Best regards,
    Vinay

    #646555
    TheURLdr
    Participant

    The headings in the widgets in my footer are a light pink. I’ve tried changing the color in General Styling -> Footer, and that doesn’t work.

    I’ve tried adding the following code to the Quick CSS in General Styling:
    #footer .widgettitle {
    font-size: 20px;
    color: #000000 !important;
    }
    Doesn’t work.

    Can you please tell me what I’m doing wrong here. I’ve searched other threads and I can’t figure out what this problem is. I’ve flushed the cache on my site. Nothing works.

    #646508
    Niico93
    Participant

    Hello,

    could you help me to get my profile picture sharp for the author box in my blog articles, like it is also here in this forum?

    And also i got the problem on the home – page , that the font of the email adress field in the newsletter box (the box if you scroll down a little), is blue and creates weird space in this field. It would be awesome if this could be a black font. The plugin creator said it is maybe because of the theme, so i ask here now :)

    I tried everything in my opinion, but don’t know how to change it, maybe with some css for the size ? But i am no expert in it.

    I would appreciate your help ! : )

    • This topic was modified 9 years, 10 months ago by Niico93.
    #646472

    Hi AppelenEelman,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #top .av-main-nav ul a{
    font-size: 16px !important;
    }

    Regards,
    Rikard

    #646407

    Hi!

    Please try the below css in your child theme css

    @media only screen and (max-width:767px) {
    .page-id-15411 .avia-table-2 .avia-heading-row th {
    	font-size: 12px!important;
    	letter-spacing:0;
            white-space: pre-wrap !important;
           word-break: break-all;
    }
    }
    

    Regards,
    Vinay

    #646354

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    /* For tablets*/
    @media only screen and (max-width:767px) {
    .avia-heading-row th {
    	font-size: 12px!important;
    	letter-spacing:0;
    }
    }
    

    Best regards,
    Vinay

    #646315

    Hi,

    Please replace the code with

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #icon-section .flex_column {
        margin-left: 3%;
        width: 38%!important;
    }
    }
    @media only screen and (max-width: 480px) {
    #top .av_font_icon a{
    font-size: 60px!important;
        line-height: 60px!important;
        width: 60px!important;
    }}

    Best regards,
    Vinay

    #646301

    In reply to: 404 page layout

    Hey edzetrading,

    Thank you for contacting us :)

    It a nice and simple layout it can be easily achieved in Enfold using colorsection.
    Set it’s height to 100% and add a background image with stretch to fit as cover image.
    Add your text inside it.

    If you like to copy the short code into your page please enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    And add the below shortcode to the text area that appears below the advanced layout builder

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://localhost/_proj/enfold/wp-content/uploads/2015/03/people_town-1500x430.jpg' attachment='577' attachment_size='featured' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_textblock size='' font_color='' color='']
    <p class="entry-content" style="text-align: center;"><strong>Pagina niet gevonden</strong></p>
    
    <section class="404_recommendation">
    <p style="text-align: center;">Helaas is de door u opgevraagde pagina niet (meer) bereikbaar. Wij verontschuldigen ons voor dit ongemak. De informatie is misschien verwijderd, het internetadres kan gewijzigd zijn, of u heeft een fout gemaakt bij het intypen van het internetadres. Om de pagina alsnog te vinden, kunt u het volgende proberen:</p>
    
    <p style="text-align: center;">Controleer of u het internetadres juist heeft gespeld
    Gebruik de Back of Vorige knop van uw browser om terug te gaan naar de laatst bezochte pagina
    Gebruik de zoekfunctie om de gewenste pagina te vinden
    
    </section>
    [/av_textblock]
    
    [/av_section]

    Best regards,
    Vinay

Viewing 30 results - 11,101 through 11,130 (of 18,744 total)