Source name and via edit

Posted in: Newspaper
Post count: 2

Hi, I have two question.

1. How I can change?
I want it from

Via: Text
Source: Text

to

Via: Text Source: Text

2. How I can change the CSS from the Via and Source Text?

Thanks 🙂

Post count: 20685

Hi,

You can try this code, just enter it in Theme Panel->Custom Css

.td-post-source-via .td-post-small-box {
display: inline-block;
padding-right: 5px;
}

Result with code added – http://screencast.com/t/cAhpD29APL7q

Thanks

Post count: 2

It works. Thanks 🙂

Post count: 205

How to:

BOTTOM ARTICLE LIKE
BOTTOM ARTICLE SHARING

to

BOTTOM ARTICLE SHARING – BOTTOM ARTICLE LIKE

I mean to say that how to display inline padding right 10 px?

Visit Website
Thanks

Post count: 20685

Hi,

So something like this maybe – http://prntscr.com/m8dr76

.td-post-sharing-bottom .td-post-sharing-classic {
float: right;
top:25px;
}
.td-post-sharing-bottom {
padding: 0px 0 15px 0;
}

Be sure to enter it in Advances CSS in the desktop section, as this modifications may not look so good on smaller devices.

Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.