Skip to Content Skip to Menu

[SOLVED] which file to edit the plan selection page when registering?

  • ThePiston
  • ThePiston
  • OFFLINE
  • Posts: 334
  • Thanks: 26
  • Karma: 1
8 years 6 months ago - 8 years 4 months ago #280646 by ThePiston
I want to edit the look of the page when a user is registering and selecting a Plan. What file would that be? Namely this page where I'd like ot add horizontal lines between each Plan. Thanks

CB 2.3, CBsubs 4.3, PHP 7.1, J! 3.9.X
Last edit: 8 years 4 months ago by beat. Reason: Added [SOLVED] tag to subject

Please Log in or Create an account to join the conversation.

  • lousyfool
  • lousyfool
  • OFFLINE
  • Posts: 141
  • Thanks: 46
  • Karma: 5
8 years 6 months ago #280664 by lousyfool
Most changes in "looks" are done with CSS.

E.g. use this CSS for lines in between the plans:
Code:
.cbregPlansList > .cbregPlanSelector { border-top: 1px solid #2f2f2f; padding-top: 6px; }

(Change values to your liking, of course.)

Please Log in or Create an account to join the conversation.

  • ThePiston
  • ThePiston
  • OFFLINE
  • Posts: 334
  • Thanks: 26
  • Karma: 1
8 years 6 months ago #280665 by ThePiston
cool, thanks. I was actually going to be more creative and use some yootheme UIkit boxes though so if anyone knows in the code where I can do that I'd appreciate it.

CB 2.3, CBsubs 4.3, PHP 7.1, J! 3.9.X

Please Log in or Create an account to join the conversation.

  • lousyfool
  • lousyfool
  • OFFLINE
  • Posts: 141
  • Thanks: 46
  • Karma: 5
8 years 6 months ago #280667 by lousyfool
If you 're using the "Default" template in CBSubs and don't want to bother creating your own custom template, you could create an override of the default view in components/com_comprofiler/plugin/user/plug_cbpaidsubscriptions/templates/default/productusersubscription in your Avenue template's html folder.
The following user(s) said Thank You: beat

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum