• Resolved billwrobleski

    (@billwrobleski)


    I’ve been working with the Quality theme and trying to create a simple page so I’m removing some elements. So far so good. Have these questions though:

    1) Can I change the size, font or characteristic of the banner title?

    2) Can I completely remove the area above the banner that contains the logo and menu? I’ve found an instruction to get rid of logo, but I’d prefer to collapse the area altogether.

    3) Can I remove the red line in the service area? Or can I change its color?

    Thank you.

    Bill.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Thanks for using our theme we will always here for your help . Let come on your issue.

    3) To remove the service area

    Open your index-service.php file which is located in your theme directory.
    Open and edit it and find the below line of code

    <div class="qua-separator" id ></div>

    And Remove it .
    ============================================

    To change its color
    For this Go to Wp Admin << Appearance << Option Panel << Find the Custom Css field .
    Copy past the below line of code

    .qua-separator {
    background-color:#000fff;
    }

    Thanks
    Akhilesh

    HI

    And for your other issue kindly create separate ticket . So that we can

    handle support query properly and assist you better.

    Thanks
    Akhilesh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quality Theme – Various Questions’ is closed to new replies.