0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

SOLVED Question.. please

  • SOLVED Question.. please

    Posted 13 years 8 months ago
    • I am posting this also here as in Modulus no one seems to either know the answer or care to answer, I just need to be pointed to where this is happening.

      As you may have noticed I am new at this, so sometimes I ask duh questions and this may be one of them. On the front page of the modulus showcase position in roktabs1 you may notice that pics are rounded off at the top. Where as in other places such as roktabs2 the pics are NOT rounded off. This is something in CSS. Where would I find this declaration so I can make this rounded off feature available in other places? I am using joomla 1.7 and you can see an example easily of what I am talking about at http://music.mothersbrightchildren.net . Thanks
    • Last Edit: 13 years 8 months ago by Silmearendil.
    • Pretiosa in conspectu Domini – Mors Sanctorum eius
    • WBoro's Avatar
    • WBoro
    • Hero Rocketeer
    • Posts: 389
    • Thanks: 5

    Re: SOLVED Question.. please

    Posted 13 years 8 months ago
    • There are no duh questions. Everybody starts somewhere. However, it would be helpful if you would use more descriptive titles on your posts than "Question.. please". It would make searches easier and might even bring you assistance more quickly.

      When I need to find the CSS for a specific feature, I use the FireBug plugin in the FireFox browser. It will usually tell you everything you need to know to find the code. There is even a tutorial about FireBug in this forum, if you'll search for it.

      Good luck,

      Greg
  • Re: SOLVED Question.. please

    Posted 13 years 8 months ago
    • I appreciate your reply. I actually found the web developer plugin for firefox to be more helpful in tracking this down than I did firebug.

      Now for the answer as others will ask and I want to give them the answer.

      the .css is in templates/modulus?/css/extensions.css

      #rt-showcase .roktabs-container-wrapper img (line 356)

      {

      border-top-left-radius: 5px;

      border-top-right-radius: 5px;

      border-bottom-right-radius: 0pt;

      border-bottom-left-radius: 0pt;

      }

      Changing the radius will change the way the border looks on the pic in question in showcase.
    • Pretiosa in conspectu Domini – Mors Sanctorum eius

Time to create page: 0.071 seconds