theRealdesign - Can I edit the black square?

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Fri Feb 17, 2012 7:06 pm
Hi!
I'm new with joomla, and recently I had sign up a plan with you.
Now I'm using this template, theRealdesign, and when I'm trying in home with this menu type: Featured Articles, I have found that, for a list, the big black square is not cool.
Can I edit this square, for make it small, for example, or change the color?

Thx for your support!!
User avatar
Fresh Boarder

GK User
Sun Feb 19, 2012 2:53 pm
Hi,

Can you give me a link to see the issue then I will help you out?

Thanks,
User avatar
Platinum Boarder

GK User
Sun Mar 04, 2012 10:12 am
Hi,
this is the link:
http://www.ampahumanitastrescantos.com/

thank you for the support!
User avatar
Fresh Boarder

GK User
Tue Mar 06, 2012 12:21 pm
Hi,

Thank you but the site is not public now so I can't see anything inside, if possible please send me an account via a PM then I will check further for you.

Thanks,
User avatar
Platinum Boarder

GK User
Mon Mar 12, 2012 8:09 am
Sorry the web is still no public, this is an image:
Image
Thank you!
User avatar
Fresh Boarder

GK User
Mon Mar 12, 2012 4:07 pm
I see it now, open file /templates/gk_the_real_design/css/joomla.css

Find this code:
Code: Select all
.gkDate { position: absolute; float: left; width: auto; height: auto; margin: 3px 0 0 0; padding: 0; background: #151515; text-align: center;  padding: 22px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

Turn on CSS Override mode in template setting then copy that code to file override.css and change the values to what you want.
User avatar
Platinum Boarder

GK User
Fri Mar 30, 2012 9:07 am
Thx you Don, but I have another issue, how can i edit the text inside (i want to make it smaller)?
User avatar
Fresh Boarder

Konrad M
Fri Mar 30, 2012 11:59 am
Try add to this code css rule
Code: Select all
font-size:16px;


and try decrease or increase value to fit your expects
User avatar

GK User
Fri Mar 30, 2012 7:45 pm
I'm sorry for my ignorance, can you tell me exactly where I have to add this css rule? I've tried on the .gkDate, turning on the css override mode, but it didn't work.
Very thank you!
User avatar
Fresh Boarder

GK User
Sat Mar 31, 2012 1:42 pm
Hi,

In order to make the font size smaller, add this code to file override.css:
Code: Select all
.gkDate div {
    font-size: 20px!important;
}

Change the value number to whatever you want.

Cheers,
User avatar
Platinum Boarder


cron