• Hi

    I am trying to change the free theme. I need help with the following:

    Change carousel to be 350 pixels height;

    adding div into homepage under the carousel with three columns and adding bunch of other paragraph;

    Change the way posts get displayed, all content displayed, (don’t show author, or date or go to sepreate page)

    Please share your wisdom.

    • This topic was modified 7 years, 3 months ago by admintax.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hii admintax,

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste the below CSS in Custom CSS box and save –

    .carousel {
        height: 350px;
        margin-bottom: 133px !important;
    }

    Now go to enigma theme directory -> open home-slideshow.php file and please add the below code at last line no. 60 –

    <div class="col-md-12">
    <div class="col-md-4">fghfhfhbfgbhfg</div>
    <div class="col-md-4">fghbfghfghfh</div>
    <div class="col-md-4">fghfghfghfghfgh</div>
    </div>

    In place of “fghfhfhbfgbhfg” you can add paragraph as per your requirement.

    Please give us a screenshot of your 3rd issue and tell us clearly what you want.

    Thanks.

    Thread Starter admintax

    (@admintax)

    Thanks for your help. Once I get few more issues resolved I will come back to the third issue.

    Your Welcome,

    Let us know for further query.

    Thread Starter admintax

    (@admintax)

    I am currently trying to change the background of the header. I try to do the following but it didnt work.

    .header_section hd_cover{
    background-color: white;
    }
    .col-md-6 col-sm-12 wl_rtl{
    background-color: black;
    }

    In addition, I want to add a search button to the most right of the menu. Please help. i know how to make a general textbox and button in html, just not sure where to add it in this theme.

    Thank you for your help in advance.

    Thread Starter admintax

    (@admintax)

    Reply not needed I figured it out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Editing Engima theme’ is closed to new replies.