• Resolved LuTaIuAn

    (@lutaiuan)


    Hello friends,

    I am using enigma as a theme for my website…
    I was able to change the color to a nice red because that’s the color of the company I’m working for.
    The website is still under construction…I know how to change the color of the header and of the footer and all that stuff..The only thing I dont know how to change is that the font color of the buttons in the nav-bar change to blue after you hover over them with the cursor…aswell as the buttons “read more” in the slider…
    The website is http://www.andersaale.de

    Would be nice if anyone can help me!
    🙂 🙂 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Please install and activate Inferno theme(Enigma’s child theme).

    Please delete header.php and footer.php from Inferno theme directory.

    Now open wl-orange.css in any text editor and replace CSS with LINK CSS.

    Save the changes.

    Thanks.

    Thread Starter LuTaIuAn

    (@lutaiuan)

    thank you very much!!!
    It worked perfectly fine! 🙂

    Hi,

    Most Welcome.

    Thanks.

    Thread Starter LuTaIuAn

    (@lutaiuan)

    Hello @weblizar_support….
    Sorry that I’m writing again in this thread but now I have a problem with the font I choose for my website…I managed to change the font size in the header but I dont know how to change it in the menu or the portfolio.

    Would be nice if you could tell me how I can change the global fontsize or how to change it for every single element…I tried to change it with inspect element but its not working for everything…

    Thank you for your answer!
    Greets

    Hi,

    Please put !important in CSS rule.

    Like

    .enigma_heading_title h3{
    font-size: 24px !important;
    }

    Let us know for the further assistance.

    Thanks.

    Thread Starter LuTaIuAn

    (@lutaiuan)

    I tried it with important and pasted it in the stylesheet but nothing happens….font is still same sice…Do I need to paste it in the Inferno theme stylesheet or the Inferno sheet?

    Thank you for your help!
    Really appreciated!

    Hi,

    Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS editor.

    Now copy below CSS in Custom CSS editor

    .navbar-default .navbar-nav li a {
      font-size: 24px !important;
      font-weight: 600 !important;
    }

    Save the changes.

    Thanks.

    Thread Starter LuTaIuAn

    (@lutaiuan)

    Ok thank you everything worked fine…
    Now another question…Is it possible to change the Slider so it is not as big and has borders on the left and right?
    This is the last problem I have because different resolutions get stretched automatically….

    Thank you for your help!
    Really appreciated!

    Hi..

    Please create a home-slideshow.php file in your child theme directory.

    Now copy code from LINK and paste into home-slideshow.php file.

    Also add below css code into custom css editor.

    .carousel-inner .item .img-responsive {
        border: 2px solid red !important;
    }

    Save the changes.

    Let’s know further assistance.

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘enigma theme button color’ is closed to new replies.