• Resolved icestorm22

    (@icestorm22)


    Hi

    Im currently using enigma for a site that im working on. Ive figured out how to change the color etc, but im struggling to find the right code to change the following:

    the site is https://www.adhscales.co.za

    – on the footer, where it shows the pages for the sites, when you hover over the links it changes to blue, i would like to change that color.

    – then on the rest of the pages Ive have a widget that says contact details. for this i have figured out how to change the border color but im still struggling to change the blue to red where it says contact details.

    – also i have noticed when viewing the site from a tablet or mobile device, the menu is hidden behind a drop down button, i have no issue with that, but i need to change the color of the button.

    any advice or suggestions would be appreciated.

Viewing 11 replies - 16 through 26 (of 26 total)
  • Hi..

    Please add below css into custom css editor.

    .navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav .active a:focus {
    	background-color: #4ad6a7  !important;
    }
    .navbar-default .navbar-nav li  a:hover,
    .navbar-default .navbar-nav li  a:focus {
    	background-color: #4ad6a7  !important;;
    }
    .navbar-default .navbar-nav .open a,
    .navbar-default .navbar-nav .open a:hover,
    .navbar-default .navbar-nav .open a:focus {
    	background-color: #4ad6a7 !important;
    }
    .enigma_footer_area {
        background: #4ad6a7 none repeat scroll 0 0 !important;
    }
    .enigma_callout_area {
        background-color: #4ad6a7 !important;
    }
    .enigma_testimonial_area img {
        border: 10px solid #0376a8 !important;
    }
    .img-circle {
        border: 10px solid #0376a8 !important;
    }
    .pos {
        background-color: #0376a8 !important;
    }

    Save the changes.

    Thanks.

    Thanks so much Support for your help this what i wanted exactly.
    just last question
    – how can i re-size the space between the each section ?
    – how can i re-size the header menu ?

    Thanks.

    Hi..

    Please add below css into custom css editor.

    .navbar-collapse {
        margin-bottom: 25px !important;
        margin-top: 5px !important;
    }
    .enigma_service {
        padding-bottom: 0 !important;
        padding-top: 30px !important;
    }
    .enigma_project_section {
        padding-bottom: 40px !important;
    }
    .enigma_testimonial_area {
        padding-bottom: 10px !important;
        padding-top: 40px !important;
    }
    .enigma_team_section {
        padding-bottom: 30px !imprtant;
        padding-top: 30px !important;
    }

    Save the changes.

    Thanks.

    Thanks so much support really its helps alot.

    Most Welcome..

    Thanks.

    Hi,

    Can someone pls help me to fix slider issue on my website ? The banner images appear way too big and overlapping header area. Pls help to resize banner images so that they do not overlap header section. The website is :

    https://www.ideabasketfilms.com

    Also, I have changed the colour of website by copy pasting few codes I found on support forum but still can not change:

    1. ” (inverted comas) and circles in Testimonial section.

    2. Call out icons colours at the bottom of website under Contact Us section.

    3. Social icons colours under Team images (on home page). I want brown colour to be changed in sky blue. (#4ea6e0)

    Also, on menu buttons, only one should be highlighted with sky blue colour, but currently multiple menu tabs (in header section) are highlighted with sky blue background.

    Kindly help me asap to fix these issues. I will be so grateful. I need to launch the website this Sunday, 05th June 2016.

    Pls help…!

    Thanks,
    Jatin Chanana

    Hi @jatin8,

    Your issue is answered in another post.

    Thanks.

    Hi support.

    I would like to ask you about:-
    1- how can i resize the title header of the page?
    2- how can i change the color of the side widgets “frame and header”
    Plz find my pass link for more clear
    https://www.upload.ee/image/5863576/Capture.PNG

    https://www.mmd-architects.com/?page_id=557

    Hi..

    Please add below css into custom css editor.

    .enigma_header_breadcrum_title {
        padding-top: 130px !important;
    }
    .enigma_sidebar_widget_title {
        background: COLOR-CODE !important;
    }

    Save the changes.

    Thanks.

    Thanks so much support for your help.

    Most Welcome.

    Thanks.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘enigma theme – code for certian items’ is closed to new replies.