• I have installed this theme and is having three issues that are driving me crazy.

    1. I increased the size of my logo via custom css and now the menu on the top is out of sink. I used the inspect elements to find the padding and changed the numbers which works perfect within the inspect elements. When I copy the code to my custom css in WP no changes take affect with padding spacing. padding: 25px 20px; I am still very new to working with CSS, can some assist with the right coded to adjust the padding space.

    2. Featured Area 1, 2 & 3 – How do I change the text on this blocks?

    3. Read More, This the text located under the three Featured Area boxes, how do I change the text?

    Thank you,

    DM.

Viewing 3 replies - 1 through 3 (of 3 total)
  • TUT Support

    (@phpexpert21)

    Hello,

    For point 1 : When adding custom css dont forget to add “!important” to override the default css of theme. So, your css will be like :

    .some_class{
    padding: 25px 20px !important;
    }

    For point 2 & 3 : Goto theme options and then Click Homepage Featured.There you can edit the three featured areas.

    Hope it will fix your issues.

    Cheers!

    Thread Starter ratemygov

    (@ratemygov)

    Thanks. It worked. Sorry for late response.

    can you link the featured area to a site instead of a page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minamaze Word Press Theme’ is closed to new replies.