Different Styles in backend editor view and front end

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 03, 2016 3:13 pm
Reply with quote
Report this post
Hi,

I had a problem that anything that I had saved in editor as "Custom Module" to be shown in the right rail of my articles, was turned out to have bullet points on every line. These BPs were only visible via front end. On the editor some style sheet made them invisible. So I went ahead and created a new editor.css in CSS folder of the template with @import of the Style Sheets I could find in the front end page source code. The problem persisted.
So I backed up the editor.css and made an empty one. This time I could view the bullet points in the editor. But then I cannot see them in the front end anymore.
That's a puzzle for me because I did not change anything on front end CSS.
If you need, I can send a link and the login info via PM.

Thanks,
M
User avatar
Senior Boarder

teitbite
Sun Aug 07, 2016 1:03 pm
Reply with quote
Report this post
Hi

Yes please send it to me and explain exactly where to look (which article, etc.).
User avatar
Moderator

GK User
Mon Aug 08, 2016 2:20 pm
Reply with quote
Report this post
Hi,
Thank you again, I sent the info via PM.
M.
User avatar
Senior Boarder

teitbite
Wed Aug 10, 2016 7:23 pm
Reply with quote
Report this post
Hi

Please go to /css/template.css and remove like 68:

Code: Select all
ul {
    list-style: outside none none;
}


this will remove the class which is messing the bullets display.
User avatar
Moderator


cron