Hi, and thank you for the replies to my other posts.
Recent work widget consists of 4 columns. Can I hide text only for 3 columns, those that are with images?
I use
.widget_recent_work p {
display: none;
}
but it hides all columns text (
And also a question about text from image slider. I used
.featured-slider .featured-content {
display: none;
}
to hide the short description. Now I need to lower the title because it covers an important part of the image.
Can you help me please