0
Welcome Guest! Login
0 items Join Now

how customize module style in kirigami template?

    • Cranky's Avatar
    • Cranky
    • Jr. Rocketeer
    • Posts: 47
    • Thanks: 0

    how customize module style in kirigami template?

    Posted 12 years 6 months ago
    • Hello,
      i need to customize module class in kirigami template.
      I need to have a new image onto module class title4.

      May i have a new class like "title5" with other left corner image ?
      thanks
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: how customize module style in kirigami template?

    Posted 12 years 5 months ago
    • Look in this file /templates/rt_kirigami/css/main-light.css (or main-dark.css depending which style your are using) for this code:
      .title4 .title::before {
      background-image: url('/joomla25/kirigami/templates/rt_kirigami/images/light/nav-arrows.png');
      }
      Change the image to your desired one to alter the Title 4 module variation. If you wanted to add a variation for Title 5 you could use something like this:
      .title5 .title::before {
      background-image: url('/joomla25/kirigami/templates/rt_kirigami/images/light/nav-arrows.png');
      }
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • Cranky's Avatar
    • Cranky
    • Jr. Rocketeer
    • Posts: 47
    • Thanks: 0

    Re: how customize module style in kirigami template?

    Posted 12 years 5 months ago
    • Oh bababab !!!! my god..... one answer in 11 days.....
      sorry, i tried that, but doesn't works. it shows me only partial image.
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: how customize module style in kirigami template?

    Posted 12 years 5 months ago
    • Cranky,

      It worked when I tried it on the demo. Looks like this is a duplicate thread anyway and Mark is already helping you here: www.rockettheme.com/forum/index.php?f=65...80901&rb_v=viewtopic

      <Thread Closed>
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...

Time to create page: 0.050 seconds