Edit Big grid slide

Posted in: Newspaper
Post count: 5

Hi,

I am using Big grid slide on my homepage. The big slide shows stars of reviews, what is awesome. I would like to put some text in front of these stars and position them on the top of the big slide. Is this possible? Where can I adjust this? It seems to be in class “td-meta-align”.

Regards,

Ronald

Post count: 23312

Hello Ronald,

Unfortunately, our theme does not have such an option to insert the text in front of these stars, sorry! If you want to move these stars review on the top of the big slide, you should use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-big-grid-post .entry-review-stars{
top: -420px!important;
}

The result you should see here -> http://screencast.com/t/mi23u6yGI

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 5

Hi Catalin,

Thank you for your reply. This code does work but the class “td-module-meta-info” stays at the bottom. Only the stars are moved upwards. This leaves the background at the bottom. If a new background is added, the old background will still exist.

Can I enter the text in a php file? I am unable to locate this php file. Can you help me with that?

Ronald

Post count: 23312

Hello Ronaldo,

If you want to move with its container, you have to use the following code in your custom CSS box.

The code is ->

.td-big-grid-post .td-module-meta-info{
position:relative;
top: -420px!important;
}

Please notice that this review feature for this kind of Block is closely linked to the date (get_date ->get_review). Also, if your post will do not have the review, the date will be displayed.

Hope this helps!

If is not what you want to achieve and if you want more additional customizations in the theme, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for the message!

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