• Hi,

    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) on Testimonial section.

    2. Colours at the bottom of website under Contact Us section.

    3. Social icons colours under Team section.

    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

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter jatin8

    (@jatin8)

    The website is :

    https://ideabasketfilms.com

    Hi,

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

    Now copy below CSS in custom CSS editor.

    1) To remove ” from testimonial

    .enigma_testimonial i {
      display: none;
    }

    2) To change background Color of footer

    .enigma_footer_area {
      background-color: COLOR-CODE !important;
    }

    Please replace COLOR-CODE with your color’s Code

    3) Team Social icon color

    .team_social i {
      color: COLOR-CODE !important;
    }

    And for menu related issue, WordPress create menu dynamically and make current page link as active. That’s why it show all menu highlighted.

    You can use left side section menu for this purpose.

    Let us know for further assistance.

    Thanks

    Thread Starter jatin8

    (@jatin8)

    Hi,

    Thanks for quick help but unfortunately, none of them is working. I already copy pasted the above codes in CSS editor. The issue remains unresolved. Also, Pls confirm how can I reduce the banner size since I do not want it to overlap menu area.

    There is no footer in my website. Hence, the codes given by you do not change the colour of Contact Us widgets (not sure if they are widgets).

    I do not want to remove ” but want to change colour. I copy pasted above codes but no changes took place in my website. Pls check- https://ideabasketfilms.com

    I humbly request you to check my website and then provide your help…:)

    Thanks,
    Jatin Chanana

    Thread Starter jatin8

    (@jatin8)

    Hi again,

    Issue 1 & 3 resolved. Pls help to:

    1. Change the colour of contact us icons at the bottom (Work time, phone number, e-mail, where we are)

    2. Reduce banner size. I do not want it to overlap menu area. It should start under menu.

    3. Change the colour of heading on all pages to sky blue. (Header of each page)

    https://ideabasketfilms.com

    Thanks,

    Thread Starter jatin8

    (@jatin8)

    Hi,

    Pls reply on following issues since I am running short of time…..

    1. I urgently need to reduce the banner size.

    2. Change the colour of contact us icons at the bottom (Work time, phone number, e-mail, where we are)

    3. Copyright information (All rights reserved…..)is written in the footer area. Its there and visible once I select the area but is not visible. Pls help.

    website URL – https://ideabasketfilms.com

    Thanks,
    Jatin Chanana

    Hi..

    Please add below css into custom cs editor and add also add above css.
    1)

    .carousel-inner .item img{
       max-height:780px !important;
    }

    2)

    .enigma_contact_info li .fa {
        color: COLOR-CODE !important;
    }

    Here COLOR-CODE is replaced by your choice.
    3)

    .enigma_footer_area p {
        color: #fff !important;
    }

    Save the changes.

    Thanks.

    Thread Starter jatin8

    (@jatin8)

    Hi,

    Thanks for your reply.

    I copy pasted all 3 codings into enigma theme.css , Style.css and also in editor on wordpress. Nothing changed…:((

    They don’t seem to be working.

    Pls help. You can check my website. Nothing has changed.

    Thanks,
    Jatin Chanana

    Hi..
    Please go to Admin Dashboard >> Appearance >> Customize >>Theme Options >>Theme General Settings.

    Now add above css code into only Custom CSS Editor not everywhere.

    Save the changes.

    Thanks.

    Thread Starter jatin8

    (@jatin8)

    Hi,

    Did as you instructed. Nothing changed. I want the banner to appear in same way as it looks while customising theme. I do not want it to overlap the menu bar. I guess there has to be some other solution since pasting above code in CSS Custom editor is not helping…:(

    Thanks,
    Jatin Chanana

    Hi,

    Please send color code that you want to add.

    Thanks.

    Thread Starter jatin8

    (@jatin8)

    I am surprised that you did not even read my query properly.

    PLEASE READ CAREFULLY…. THERE ARE 2 CONCERNS…

    1. THE SLIDER IMAGES ON HOME PAGE ARE OVERLAPPING THE MENU BAR. I WANT TO REDUCE THE SIZE OF HOME PAGE BANNER. IT SHOULD NOT COVER THE UPPER AREA OF MENU BAR. I PASTED THE CODE YOU SENT IN CUSTOM CSS EDITOR BUT THE SIZE DID NOT CHANGE. PLEASE HELP.

    2. THE SECOND CONCERN IS I WANT TO CHANGE THE COLOUR OF FOLLOWING TEXT (UNDER CONTACT SECTION ) COLOUR TO #4ea6e0
    —Work time, phone number, e-mail, where we are–

    PLS HELP …!!!

    Thanks,
    Jatin Chanana

    Hi,

    Please add below css into custom css editor.

    .carousel-inner .item img, .carousel-inner .item a img {
      margin-top: 392px !important;
    }
    .navigation_menu {
        opacity: 1 !important;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
        top: 65% !important;
    }
    .enigma_contact_info li .desc {
        color: #4ea6e0 !important;
    }

    Save the changes.

    Thanks.

    Thread Starter jatin8

    (@jatin8)

    Thank you so much. Finally it worked. :))

    One last query pls… I want all social media pages to open in next tab, not on the same page. How can I do that?

    Thanks again,
    Jatin Chanana

    Hi,

    Please make child theme and create header.php and footer.php file in child theme directory.

    Now copy code from link and paste into child theme’s header.php file.

    Now copy code from link and paste into child theme’s footer.php file.

    Save the changes.

    Thanks.

    Thread Starter jatin8

    (@jatin8)

    Thanks a lot. But can you please tell me how to create a child theme..?

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Colour and Banner images. Need Help Urgently’ is closed to new replies.