Remove Page Titles

Posted in: Newsmag
Post count: 106

How are page titles removed? On one page and on all pages?

For the widgets in the sidebar, how is the background color changed?

For posts, I have the share buttons turned on. I don’t need Google+ and Pinterest. How to remove those?

Thanks,

Post count: 23312

Hello awtown,

If you want to remove the page title you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-page-title{
display:none;
}

Also, if you want to hide the page title for a specific page you should use the page ID class at the front of the code, like this ->

.page-id-164 .td-page-title{
display:none;
}

-> http://screencast.com/t/GOmFghK8PFl

Thanks for the message!

Post count: 106

There were 2 other questions in my post that were not answered. Could you answer those?

Here they are again.

“For the widget titles in the sidebar, how is the background color changed?

For posts, I have the share buttons turned on. I don’t need Google+ and Pinterest. How to remove those?”

Thanks,

Post count: 23312

Hello awtown,

Sorry for this! If you want to change the background color for the Widget title in the sidebar, you should do this from Widget section, like this -> http://screencast.com/t/PU3C0bupgYa
For your second request, if you want to remove the Google Plus and Pinterest, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-sp-googleplus, .td-sp-pinterest{
display:none!important;
}

The result is here -> http://screencast.com/t/UDF7ZggNJs

Thanks for the message!

Post count: 106

Your answer for removing the share buttons worked.

The answer for changing the sidebar widget titles background color didn’t.

The widgets I’m using – Categories, Recent Comments, Recent Posts, etc. don’t have the Title Background Color field to define or change the color.

How can the sidebar widget titles background color be changed?

Thanks,

Post count: 23312

Hello awtown,

Please provide your website so I can take a closer look and also, so I will be able to provide a more accurate code. Notice that the above advice regarding on background color it should work. If you have a strong caching plugin, try to clear all your caches and check the results.

Thanks for the message!

Post count: 106

Please read my previous reply. I said:

“The widgets I’m using – Categories, Recent Comments, Recent Posts, etc. don’t have the Title Background Color field to define or change the color.”

If the Title Background Color field is not in the widget, then your answer cannot be implemented.

The site is healthfixesfordads.com

Post count: 23312

Hello awtown,

Try to use the code below and place it in Theme panel->Custom CSS area.

The code is ->

.widget .block-title > span{
background-color:red!important;
color:green!important
}

The result is here -> https://www.screencast.com/t/1YF2MJTH2

Hope this helps and let us know how it goes!

Thanks for your understanding!

Post count: 18

Hi Catalin,

I also wish to remove the Google Plus and Pinterest buttons, I’ve placed the code in the Custom CSS Area and nothing happened. What should I do?

Thanks!

Post count: 23312

Hello atalhoy,

Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 18

The page is currently under construction, but you can check it out: http://rihanna.com.br

Thank you!

Post count: 23312

Hello atalhoy,

I have tried the above link but I cannot access it. I got this -> https://www.screencast.com/t/gJSzKHXuDig

Thanks for the message!

Post count: 18

Hi Catalin,

The page is finally back online. Could you please take a look?

Thanks!

Post count: 23312

Hello atalhoy,

What kind of code do you have added in your Custom CSS box? Please provide me a screenshot with your custom CSS box with your custom code, so I can take a closer look at it.

Thanks for the message!

Post count: 18

Hi! There you go: http://www.screencast.com/t/SVuWpGwiw Thanks.

Post count: 23312

Hello atalhoy,

You sohuld try using the code below and place it in Theme panel->Cusotm CSS Area.

The correct code, using the right sharing classes ->

.td-social-google, .td-social-pinterest {
display:none!important;
}

The result is here -> https://www.screencast.com/t/czrRN9dl3A

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newsmag’ is closed to new topics and replies.