Skip Navigation

[Resolved] Reference Site – Classifieds

This thread is resolved. Here is a description of the problem and solution.

Problem:
On Toolset Classifieds reference site:
http://classified-site-wordpress.discover-wp.com/

In Featured Ads section, I want to relocate the post title and the dark coloured band that runs across the middle of the images, to sit underneath the images.

Solution:
Please try to use and modify below CSS as needed, you can add this in WP Dashboard >> Appearance >> Editor >> style.css file.

OR in Theme Options >> Custom CSS section:

.featured-item header {
    bottom: -76px;
    height: 76px;
}
This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 12:00 – 17:00 -
- 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 18:00 – 21:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by Chris 7 years, 5 months ago.

Assisted by: Noman.

Author
Posts
#530134

Re the Classifieds Reference Site particularly the "featured ads slider".

I want to relocate the post title and the dark coloured band that runs across the middle of the images, to sit underneath the images. Can you provide me with the CSS to do this and the clear instructions on where to place it.

I fail to see the design point in having the images essentially blocked out by dark colour and the post title.

Much appreciated.

Chris

#530264

Noman
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hello Chris,

Thank you for contacting Toolset Support.

Please try to use and modify below CSS as needed, you can add this in WP Dashboard >> Appearance >> Editor >> style.css file.

OR in Theme Options >> Custom CSS section. OR Edit the View >> and add in the “CSS editor” section:

.featured-item header {
    bottom: -76px;
    height: 76px;
}

Thank you

#530663

Thank you Norman. Works beautifully.

Cheers
Chris