Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #877705

    Dear support team,

    Thank you in advance for your help :)

    I’m trying to configure a hover on two columns on my website : I want the mouse to create a hover effect whenever I’m pointing at a column/ at an object in general.

    Can you tell me how I can proceed?

    Thank you very much again for your help!

    Best,
    Louis

    #878477

    Hey LouisChatelet,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #880228

    Dear Victoria,

    Thank you very much for answering to me :)

    Of course: the website link is http://www.le-plus-important.com.
    1. Typically, for the “Accueil” section (which is in french, sorry :/ ), I would like each color section or bucket to hover when my mouse comes on it.
    Any idea how I could do this?
    2. Also, when loading a page, everything appears at once. Do you know if I can add a light fading when I arrive on a page to make it a bit smoother?
    3. Last question :) I’m trying to homogenize the font colors (which do not look very good at the moment): do you know how I can make sure that they are all consistent? (typically, sometimes it’s black, sometimes it’s white, sometimes Cyan, and there doesn’t seem to exist any rule on the “by default” color?)

    That would help me a lot :)
    I can’t thank you enough!

    Best,
    Louis

    #881588

    Hi Louis,

    2. I did not see any fade-in animation, everything seems to load at the same time. Or is it on another page?

    3. Here is the page to go to, to set colors in general
    Image 2017-11-25 at 13.30.39.png

    Please put this code in Quick css and check if this is what you need?

    
    .flex_column.av_one_half.flex_column_div.av-zero-column-padding.avia-builder-el-2:hover  {
      background-color: #ccc;
    }
    

    Best regards,
    Victoria

    #882268

    Hello Victoria and thanks a lot for your reply.

    Concerning 2., there is no fading at the moment. But I would love to create a fading, do you know how to do that ?

    Concerning the hover, after adding the CS code, nothing happens :/
    To make myself even clearer : I would like the different sections within the “Accueil” page to fade-in when passing on them, do you know how I could do this?

    Thanks!
    Best,
    Louis

    #882567

    Hi Louis,

    The code does not apply anymore because the elements on the page seem to have changed.
    As for fading in, some animations can be applied at column-level, that is when using 1/1, 1/2 and so on.
    Image 2017-11-28 at 10.48.37.png

    Best regards,
    Victoria

    #883038

    Dear Victoria : Thank you very much, that is exactly what I was looking for!

    Another quick question :)

    By default, my Titles 1, 2 are in capital letters. So, everytime I’m writing a title, it comes out LIKE THAT.
    Do you know how I can change this?
    I have found an option to have all letters in small letters, but then I can’t begin with a Capital letter…

    Thank you so much for your help, it’s priceless!

    Best,
    Louis

    #883762

    Hi Louis,

    You can change that under Enfold->Advanced Styling. Select All Headings then edit the Text Transform value.

    Best regards,
    Rikard

    #883921

    Hello Rikard,
    Yes indeed, but when changing to “NOT CAPITAL LETTERS”, there are absolutely no capital letters.

    And therefore, If I’m writing “Section 2”, instead of getting before “SECTION 2”, I will get “section 2”, which is not what I want : I want “Section 2” :)

    Second question : do you know if there is a way to have the logo on the home page fill the whole section on the top ? “#Leplusimportant” logo only fills half of the top when landing on the page!

    Thank you so much for your help!
    Best,
    Louis

    #884131

    Hi,

    1. Please set it to none and there will be no transformation of the text.

    2. I think that would be difficult, maybe it would be better to colour the background to blend in with the logo instead?

    Best regards,
    Rikard

    #884321

    Thank you Rikard!
    Another question : do you know how, on the homepage, I can modify the “button font” ? I don’t find any way to modify the font of the buttons !

    Best,
    Louis !

    #884322

    Rikard, an additional question if I may :)

    I would like to insert a top-right header to subscribe to the website Newsletter : do you know how to do this ? (where there is a blank space “newsletter inscription / Your email !”)

    Thanks!
    Best,
    Louis

    #884477

    Hi,
    You could add the newsletter form to a widget in your header. Please try the following: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/. We can help you out with styling once you’ve added the widget area.

    Best regards,
    Mike

    #890000

    Dear support team,

    Thank you very much for your help !

    Another question : on the homepage of the website http://www.leplusimportant.org, there are 4 buttons : do you know how I can increase font for these buttons ? I have looked everywhere :/

    Thanks again for your help!

    Best,
    Louis

    #890124

    Hi,

    Add this to quick css:

    .page-id-7 .avia-button .avia_iconbox_title{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #890146

    Thanks! It worked well :)

    #890153

    Hi,

    Great! Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.