Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Bug reports and fixes
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Styling with the WYSIWYG editor
« previous
next »
Print
Pages: [
1
]
Author
Topic: Styling with the WYSIWYG editor (Read 4887 times)
seadhna
Hero Member
Posts: 507
Styling with the WYSIWYG editor
«
on:
August 28, 2014, 15:27:14 »
Hi there,
a couple of questions about the WYSIWYG editor (CK Editor). I never really use it so am not very familiar, but a non-techie asked me this and I couldn't figure out if it's possible:
Is it possible to style a bullet item with a class? I see how to style a DIV or to style a link or to style an entire list <UL> or <OL> but can't see how to style an individual list item.
Secondly, we have absolutely positioned items on some pages - these are not visible in the CK editor because of their absolute positioning (negative right positioning). Is there any way to 'switch off' the website stylesheet in the CK Editor so that absolutely positioned items are visible without having to click on 'Source'?
Logged
seadhna
Hero Member
Posts: 507
Re: Styling with the WYSIWYG editor
«
Reply #1 on:
December 23, 2014, 13:56:16 »
Hi, is there any way to hide a div by ID in the WYSIWYG editor? I've tried adding a display: none style to the CKEditor stylesheet but it doesn't work...
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Styling with the WYSIWYG editor
«
Reply #2 on:
January 06, 2015, 12:28:36 »
Create the css class below and put it in your template's css file:
.invisible { display:none; visibility:hidden; }
Now, on whatever element you want to be invisible apply that css class.
<p class="invisible">Some hidden text in here.</p>
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
seadhna
Hero Member
Posts: 507
Re: Styling with the WYSIWYG editor
«
Reply #3 on:
January 21, 2015, 13:06:21 »
Thanks. My original attempt now works - a cache issue with the stylesheet I guess.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Elxis 4.x/5.x DEV
»
Styling with the WYSIWYG editor