By Jamie O'Reilly on Thursday, 05 November 2015
Posted in General
Likes 0
Views 549
Votes 0
Hi

My site has a menu item called blog and this is a Single Category layout type. Each blog is listed in date order, most recent first, showing the content/intro text before the 'read more' break. After this intro text there are the 'tagged in' tags, the label citing the 'Last modified date etc' and hits. My client wants me to remove/hide these as they feel the 'continue reading' is a bit lost with them there and they'd like me to enlarge the 'Continue reading' link to make it more noticeable.

Please could you advise?

Thanks

I'm using Easy Blog 3.9.15770 - although I have bought the latest version and will be upgrading my site once checked I've got a fully up to date back up of the site.
Hi Arlex

Thanks, you're a star and I do appreciate that you don't do customisations as such so thanks again.

Kind Regards

Jamie
·
Friday, 06 November 2015 01:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Jamie,

I have help you disable tag and modified date from backend Easyblog theme parameter settings and applied some of the css hack into your current template css file -> JoomlaFolder/templates/nwr2/css/nwr.css

#ezblog-body .featured-readmore a, #ezblog-body .blog-readmore a {
background: #0033ff !important;
background-image: -webkit-linear-gradient(top, #0033ff, #2980b9) !important;
background-image: -moz-linear-gradient(top, #0033ff, #2980b9)!important;
background-image: -ms-linear-gradient(top, #0033ff, #2980b9)!important;
background-image: -o-linear-gradient(top, #0033ff, #2980b9)!important;
background-image: linear-gradient(to bottom, #0033ff, #2980b9)!important;
-webkit-border-radius: 28!important;
-moz-border-radius: 28!important;
border-radius: 28px!important;
font-family: Arial!important;
color: #fff !important;
font-size: 15px !important;
padding: 1px 15px 18px 15px !important;
text-decoration: none !important;
text-decoration: none !important;
}
#ezblog-body .blog-readmore a:hover {
background: #3cb0fd !important;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
text-decoration: none !important;
}


The read more button should be display nicely and noticable now.

By the way, I am really sorry but unfortunately our support policy does not cover customizations
·
Friday, 06 November 2015 00:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome Jamie.
·
Friday, 06 November 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post