Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #555420

    First off – this is the best theme I’ve ever purchased and will be the only one I use moving forward.

    1. On this page I have the top colored section with the arrow pointing down into the next section – http://alpha.gkantsiosdev.com/test/. Why does it also have an arrow in the white/content part of the website? If I disable for the top section, it also disables for the white section. I don’t think it should be there.

    2. I am trying to change the sub navigation to do a couple of things:
    I would like the submenu fonts to be uppercase
    I would like the font background to be orange on hover and the text to change from black to white
    I tried to use custom css, but it would not adjust. Please advise :).

    Thank you!

    • This topic was modified 8 years, 10 months ago by Yigit. Reason: edited HTML
    #555729

    Hi ncfan2030,

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

    #after_section_1 .av-extra-border-element {
    display:none !important;
    }

    2. Try the following CSS as well:

    ul.sub-menu li a  span.avia-menu-text {
    text-transform:uppercase !important;
    }

    The rest you should be able to change under Enfold–>Advanced Styling.

    Best regards,
    Rikard

    #557054

    Thanks Rikard! That worked perfectly. One more question!

    http://alpha.gkantsiosdev.com/

    The bordered button I have for contact…I would like it be to orange on hover. Not just the border, but the entire button. Is that possible?

    #557063

    Hi!

    Please add following code to Quick CSS and adjust as needed

    body #gform_wrapper_1 .gform_footer input[type=submit]:hover {
        background: red!important;
        color: green!important;
    }

    Regards,
    Yigit

    #557071

    Yigit,

    I am not referring to the gravity form button. I was referring to the CONTACT button in the main nav (it is currently bordered in white).

    Also, how do I make a section full-width?

    #557072

    Hi!

    Please use following code

    li#menu-item-553 > a:hover > .avia-menu-text {
        background-color: orange;
        border-color: orange;
        color: white;
       opacity: 1; 
    }

    Please add Color Section element to your page. If you would like to have the content of color section to be fullwidth, please see – http://kriesi.at/documentation/enfold/color-section-with-100-container/

    Best regards,
    Yigit

    #557085

    Awesome Yigit! You’re the man!

    Question regarding the full-width color section. In the image they use “portfolio” but mention to use “fwcs”. So in the Section ID I put “fwcs”.

    I am using this for the “our work” section on my website I sent to you. I also used a content slider to display these images. Is it possible for it to be full-width? I used that code and it did not stretch full-width yet.

    #557091

    Hey!

    It should have worked. Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #557096

    Posted below.

    #557101

    Hey!

    You gave “fcws” ID to your color section and in the custom CSS code it was “fwcs” :) I changed it now, please review your website

    Cheers!
    Yigit

    #557111

    Yigit,

    Haha – oh man…and it’s only Wednesday :). Thank you so much.

    I do have one more question if you don’t mind:

    The “From our Blog” section is using blog posts from another website. Do you know why the boxes are cut off? I know this was a new introduction in WP 4.4, but I just wasn’t sure why it cut off this way.

    #557118

    Hi!

    Please turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your text blocks where you added your content a custom class and then add following code to Quick CSS

    .your-custom-class .avia-iframe-wrap {
        height: auto!important;
        padding-bottom: 100%!important;
    }

    Cheers!
    Yigit

    #557135

    Yigit,

    You are the man! Thank you so much, This is the best support…ever!

    #557145

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Merry Christmas :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Couple things :)’ is closed to new replies.