University NEWS Front Page

GK User
Mon Feb 16, 2015 6:10 am
Hi,

1. Backdrop of the NEWS section. I've changed the parallax_bg.jpg image. I have uploaded it. Cleared all my cache and still not showing. Any clue?
My temp site - http://www.serantau.org/mib.edu.my

2. LATEST INFORMATION at the front page. I want to change the background colour, and also the "Request Information" button.

3. STAY CONNECTED, and also NEWSLETTER, same how to change the button colour, and also the background colour etc.

Please advice. Truly appreciate it. Thanks.
User avatar
Fresh Boarder

teitbite
Mon Feb 16, 2015 1:09 pm
Hi

Your site is offline. Can You please send me an access to it ?
User avatar
Moderator

GK User
Tue Feb 17, 2015 4:24 pm
I am sorry... It is online now.
User avatar
Fresh Boarder

teitbite
Thu Feb 19, 2015 10:24 am
Hi

1. Here is the image I can see there now: http://www.serantau.org/mib.edu.my/temp ... lax_bg.jpg it's not a default one for sure, so I believe it was changed after all.

2. I cannot see a module called "LATEST INFORMATIONS". can You please tell me the url and place I can see it ?

3. Code for stay connected background and newsletter button color:

Code: Select all
.box.color2 {
    background: none repeat scroll 0 0 #fa7252;
}

input[type="button"] {
    background: none repeat scroll 0 0 #fa7252;
    border: 1px solid #fa7252;
}
User avatar
Moderator

GK User
Mon Feb 23, 2015 1:29 am
Hi,

Thanks for the code. I need to trouble you for following three codes:

(a) For INFORMATION REQUEST (below the banner, need to change the button colour as well, similarly like newsletter)
(b) STAY CONNECTED (social media, need to change the background colour, from orange to pink)
(c) LATEST EVENTS (need to change header background black colour to pink colour)

Thanks.
User avatar
Fresh Boarder

teitbite
Tue Feb 24, 2015 10:41 am
Hi

a).
Code: Select all
.gkInformation > div > input[type="submit"] {
    background: none repeat scroll 0 0 #52b5fa;
}


b).
Code: Select all
.box.color2 {
    background: none repeat scroll 0 0 #fa7252;
}


c).
Code: Select all
.csstransforms #gkHeaderLeft .header {
    background: none repeat scroll 0 0 #0f1725;
}
User avatar
Moderator

GK User
Tue Feb 24, 2015 11:39 am
Hurray... Thanks. ;-)
User avatar
Fresh Boarder


cron