How to post text in a red square (box)?

GK User
Sun Jan 12, 2014 4:01 pm
I believe , time ago, I came across a page on your site where you could find coding for red text boxes. Hae you removed them?
User avatar
Fresh Boarder

GK User
Sun Jan 12, 2014 4:58 pm
Hello,

You should look on this page: http://demo.gavick.com/joomla25/boutiqu ... typography

There are few red block examples.
User avatar
Administrator

GK User
Tue Jan 14, 2014 10:26 am
Thank you. And one more issue, how to change the background color of the "read more" box in Gavick news pro. In other words, on my site they show up as black rectangles. I want it to be red. What do I need to change?
User avatar
Fresh Boarder

GK User
Tue Jan 14, 2014 3:19 pm
You have to use the following CSS code:

Code: Select all
.readmore > a {
background: YOUR_COLOR!important;
}


at the end of the css/k2.css file
User avatar
Administrator

GK User
Tue Jan 14, 2014 5:39 pm
You mean this:

.readmore > a {
background-color: #e25c22 !important;
}

at the very end of the css file you mentioned?
If so, then it didn't change anything...
User avatar
Fresh Boarder

GK User
Wed Jan 15, 2014 11:18 am
In this case please provide me an URL to your website.
User avatar
Administrator

GK User
Wed Jan 15, 2014 9:07 pm
here you go:

http://dogwiazd.pl/WYD2016/

could you please also advice me on how to change the color of the upper part of the site? What if I want the black beam to turn blue?
User avatar
Fresh Boarder

GK User
Thu Jan 16, 2014 9:42 am
Please use the following code:

Code: Select all
.k2ReadMore,
.readmore > a {
background-color: #e25c22 !important;
}


In order to change the top background please use the following code:

Code: Select all
#gkPageTop.dark,
#gkMainMenu,
#gkMainMenu > div > ul {
background-color: YOUR_COLOR!important;
}
User avatar
Administrator

GK User
Fri Jan 17, 2014 1:08 pm
Ok. Thank you for the code changing the color of the upper part.
The first one (Read more) does not really work...
Did you mean k2.css file in the k2 module folder?
If so- this is how it looks
/* --- Read more --- */
.k2ReadMore,
.readmore > a {
background-color: #e25c22 !important;
}
a.k2ReadMore:hover {}


If you meant the k2.css in the template folder ... it does not work...
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 2:52 pm
Please make me a screenshot of the element which you want to replace, because I think that I tried to restyle other element.
User avatar
Administrator

GK User
Fri Jan 17, 2014 3:26 pm
here you go
User avatar
Fresh Boarder

GK User
Fri Jan 17, 2014 4:10 pm
Please remove the old code and please add at the end of gk.stuff.css file the following code:
Code: Select all
.readon {
   background-color: #e25c22!important;
}
.readon:hover {
   background-color: #111!important;
}
User avatar
Administrator

GK User
Fri Jan 17, 2014 4:30 pm
thank you!
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.