1. pigos
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Wednesday, 18 October 2017
  5.  Subscribe via email
Hi Ciaràn,
how can I style header and text of J51 carousel (using J51 Magnolia) in the css?
I know that i can change the color in the editor but I need to have the user editing the text in JCE editor that use white background.
Many thanks and regards
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your module?

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello Ciarán,

http://www.pctutor.it/ipl/

position top-2a

I would like to change from CSS:
- font, size, color of the title;
- font, size, colorof the text;
- and the background color of the box.

Many thanks
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters (edit tot taste)...

#owl-carousel88 .item {
background-color: #ffffff;
}
#owl-carousel88 h3 span {
color: #555555 !important;
font-size: 18px;
}
#owl-carousel88 p span {
color: #999999 !important;
font-size: 14px;
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciarán, it works !
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!