Change slider tag position

Posted in: Newspaper
Post count: 1

Hi,

I want to change the position of the slider tag to the top of the image.

Take a look at my site:

http://afonica.com.mx/

This is what I want to make:

https://www.dropbox.com/s/6tl0s1wi5lm32j3/Captura%20de%20pantalla%202016-03-25%20a%20la%28s%29%2021.44.41.jpg?dl=0

Thanks for your help!

Juan

Post count: 22421

Hello,
There is no setting for this, so you will have to modify the theme files if you want to get the category tag up there. You need to edit this file like so: http://screencast.com/t/PBMaC2yR1H
And then you can use css to position it:
.td_block_slide .slide-meta-cat{
position:absolute;
top:1px
}

It will need further customization though as it will lose it’s style set by the theme.
Thank you!

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