badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Attitude Premium – Widget titles not displaying

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28339
    centersq
    Participant

    Hi. I’m using the Attitude Premium theme.

    On m homepage (centersq.com), I am using the Business Page Sidebar to call several widgets. One is the Theme Horse Featured Widget, and within the Widget, I’ve included the Title “We’re Doing.”

    The title is not appearing on the site. However, when I view the source code, I can see it:
    <section id=”attitude_recent_work_widget-2″ class=”widget widget_recent_work”><h1 class=”widget-title”>We're Doing</h1>

    Any ideas why this title isn’t appearing on the site? I haven’t made any chances to the CSS. I’ve double checked my colors (to be sure I’m not using the background color for the text). Not sure what to check next.

    Many thanks!

    – Scott

    #28356

    Hi Cnetersq,

    It seems that you have the placed the CSS code in the style.css which is hiding the heading title in the widget too.
    Hope you have used it to hide the title in the home front page. What you do is just create a new page and set it as business page template OR remove below CSS code from the style.css file.

    .page-id-2 h1 {
        display: none !important;
    }

    We recommend you to create a child theme to edit the CSS code so that it will be not lost after updating the theme.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.