Setup Newsmag theme on Blogrope.com, takes hours to customised. But after long time work.
I need to adjust something in this theme that is (Smart List) “Heading” I want to unLink the Number Heading & Unable the Italian font.
For more information check out this post
1. Top 15 Best Vacation Spots Every Wanderlust Needs to visit
2. https://docs.google.com/file/d/0BxSOwvChlpjQdmt0bV83elplSm8/edit
Hi,
Sorry for delay, we don’t work on weekends and yesterday it was day off in our country!
You can remove the link for smartlist that you use – http://screencast.com/t/4RzQILAv Also you can use this custom css in Theme Panel > Custom Css to change the italic style – http://screencast.com/t/cSrXZjWlbn0
.td_smart_list_2 .td-sml2-current-item-title {
font-style: inherit;
}
Thanks!
Hi,
You can find that file in wp-content > themes > newsmag – http://screencast.com/t/qq6RpwWj This file cannot be edited from wordpress editor if this is what you mean – http://screencast.com/t/tBTs8gFg5D
Thanks!
Thankx I did 🙂
Now one more thing, I want to increase the Font size of below pictures content only in smart list 2
http://blogrope.com/top-15-best-vacation-spots-every-wanderlust-needs-to-visit/
Hi,
Unfortunately the theme doesn’t have an option to change to font for smartlist content(description), but you can use custom css to change it: http://screencast.com/t/JgrG1FqT
.td_smart_list_2 .td-sml2-description p{
font-size: 16px;
}
Thanks!
Fantastic!!! Thanks Alin For Helped Me
There are lots of Header Styles in Theme Panel, I’m using Style-3 but I want full width header in same style, Like you giving in Style-6 in top bar.
And Also Full-Width Footer
For Example – http://www.hongkiat.com/blog/
-
This reply was modified 11 years by
Sid.
Hi,
You can achieve this using style 6, but you have to make a change in file template – http://screencast.com/t/x1w5V0IqBvt
Result – http://screencast.com/t/rIwo3pcKK
Also for footer please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ACbsrNMxB
.td-footer-container {
width: 100%;
}
.td-footer-container .td-pb-row {
width: 1021px;
margin: 0 auto;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Thanks,
I’m facing another problem… In smart list 2 ads not showing in content page
SmartList 2 Post:
http://blogrope.com/top-10-best-free-responsive-wordpress-templates-2015/
Normal Post:
http://blogrope.com/maddie-the-dog-is-back-with-a-new-adventure/
I use smart list 2 now in every post, So please tell me how to enable ads on smartlist 2 ?
Hi,
The smartlists content isn’t supposed to show the ads as its handled different as in case the post’s content isn’t using smartlists so this is the right behavior.
You can use ad spot’s shortcodes to place ads inside smart lists content if you like. We also have this on our requests lists and we will consider trying another approach on this in future updates.
Thanks!