• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: SOLVED: RSJuno! 2 ugly grey boxes

SOLVED: RSJuno! 2 ugly grey boxes 8 years 10 months ago #31679

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Is there anyway to remove the ugly grey boxes behind intro and full size images in the rsjuno! 2 template?
Last Edit: 7 years 8 months ago by deono. Reason: solved
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 10 months ago #31682

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
try adding this to your custom.css file:
.rstpl-box-image.rstpl-thick-border{
  border-color: #FFF;
}
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31692

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Thanks, but that didn't seem to change anything. :(
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31704

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31707

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Part of the message is hidden for the guests. Please log in or register to see it.
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31708

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
try this:
.rstpl-content .item-image{
  border-color: #FFF;
}
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31709

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Still no changes that I can see.
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31710

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
apparently, that's a bg color and not a border (on that particular element).

Copy this to your custom.css:
#rstpl-com_content .item-image{
  background-color:#FFF; 
}
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31711

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
Still no luck. :(

Not sure if it helps, but it kinda looks like the well style I've used in the past on some modules. Could that style be being applied to the images somewhere?
The administrator has disabled public write access.

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31712

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
try adding !important to the declaration...
#rstpl-com_content .item-image{
  background-color:#FFF !important; 
}
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: deono

RSJuno! 2 ugly grey boxes 8 years 9 months ago #31713

  • deono
  • deono's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 12
That was it! Thank you so much!

Still trying to make our design, that we fashioned around the first Juno template, work with this new version. This is a huge help!

Thanks again!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!