Display Table Borders

GK User
Mon Jan 16, 2012 2:09 am
I have a table inserted @ http://timelesschihuahuas.com/20120108B ... -of-a-girl

I would like this template to display the border options, which divide the names, which makes this easier to read. Where would I change this in css? I have tried displaying it with other template designs, and it shows in them, but not in Boutique.

Thank you
Pat Witter
User avatar
Fresh Boarder

Konrad M
Mon Jan 16, 2012 9:44 am
Hi,
Try add to this module your own suffix and then add to override.css
Code: Select all
.suffix td,tr {border:2px solid #000;}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Jan 26, 2012 7:20 pm
Where in the css do I add this?
Pat Witter

Konrad M wrote:Hi,
Try add to this module your own suffix and then add to override.css
Code: Select all
.suffix td,tr {border:2px solid #000;}

and remember to enable override.css option in template settings.
User avatar
Fresh Boarder

GK User
Thu Jan 26, 2012 7:41 pm
The override.css file can be found in joomlaroot/templates/gk_boutique/css/override.css.

The file is used for css customisation edits which helps preserve your changes after updates. Just paste the code above into the file. For the override.css file to take effect you need to make it active in your template parameters advanced settings. Once you enable it the style sheet will be the last one included in the header section of the page. If you need to check if it has loaded view the page source using your browser and you should see a line similar to this...
Code: Select all
<link rel="stylesheet" href="/jroot/templates/gk_templatename/css/override.css" type="text/css" />


If css caching is enabled you wont see the line as it will be merged with the other style sheets in the cache.
User avatar
Expert Boarder

Konrad M
Fri Jan 27, 2012 4:25 pm
Like Aghost said, best place to add your own modifications is override.css
User avatar

GK User
Thu Apr 05, 2012 1:07 am
Konrad M wrote:Like Aghost said, best place to add your own modifications is override.css


Added .suffix td,tr {border:2px solid #000;} to the override.css, and it looks like this:

http://timelesschihuahuas.com/20120404b ... ting-havoc. Is this how it will look? or did I miss something here too?

Also, I have added tags to the item created in K2, but the tags are not showing up in the list. Am I missing something else?

Thanks
Pat Witter
User avatar
Fresh Boarder

Konrad M
Thu Apr 05, 2012 1:05 pm
I chcecked your override.css file in firebug and I don't see any rules inside it. Can you show me your override file ?
User avatar

GK User
Thu Apr 05, 2012 5:01 pm
Konrad M wrote:I chcecked your override.css file in firebug and I don't see any rules inside it. Can you show me your override file ?


this is what I put in the override.css file. Didn't do it previously, now all it has is a box around it, can I change it any more or not? I put the css override in the advanced tab, custom css code first.


Pat W.

/*
#------------------------------------------------------------------------
# boutique - September 2011 template (for Joomla 1.6/1.7)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */

.suffix td,tr {border:2px solid #000;}
User avatar
Fresh Boarder

Konrad M
Fri Apr 06, 2012 7:08 pm
Where did you add your suffix ?
User avatar

GK User
Sat Apr 07, 2012 9:48 pm
Konrad M wrote:Where did you add your suffix ?

I put it in the override css file as well as in the templates, advanced, where you enable the css override and put it underneath there.

Pat W.
User avatar
Fresh Boarder

Konrad M
Tue Apr 10, 2012 8:16 pm
But where did you add this suffix, to module or menu ? Or only added rule to css file ?
User avatar


cron