Customize label page

Posted in: Newsmag
Post count: 26

Hello,

2 questions to customize a label page like this one : http://casques-vr.com/camera-360-degres/

1 – The text on top is the desciption of the label. How add left/right margins ?

2 – How remove the “Tag:” before the “caméra 360°” in the title ?

Thank you very much !

  • This topic was modified 10 years by Rmax.
Post count: 23312

Hello Rmax,

1) Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-ss-main-content .entry-content p {
margin-left:5px;
margin-right:5px;
}

The result -> http://screencast.com/t/uAka66VAoQY

2)You can change this only if you edit your page title and simply erase it from there.

Hope this helps!

Thanks.

Post count: 26

Thanks pour the first point.

But for second, I can’t delete “TAG” when I edit the page : http://www.hostingpics.net/viewer.php?id=303227screen.jpg

Post count: 23312

Hello Rmax,

If you want to erase the ‘Tag’ word from your Tag pages, please notice that you will have to do that only from your code. Please follow the next steps and delete it from tag.php file, like this -> http://screencast.com/t/QNOEJlk8cL

Thanks for your understanding!

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