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!
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,
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!
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,
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!
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
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!
The page is currently under construction, but you can check it out: http://rihanna.com.br
Thank you!
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!
Hi! There you go: http://www.screencast.com/t/SVuWpGwiw Thanks.
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