Couple of Items

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 21, 2015 8:25 pm
Reply with quote
Report this post
Hi,

I need help with a couple of items:

1. Header background color (gray). How do I change that color

2. How do I remove the intro from the home page. I want "MY WORKS" directly under the header.
The menu is set to a single article. What should I change it to in order to remove the article from the home page?

3. MY WORKS (mainbody-bottom) is not pulling in the K2 images.

Please help!

URL: http://rareid.com/site/
User avatar
Expert Boarder

teitbite
Thu Sep 24, 2015 12:03 pm
Reply with quote
Report this post
Hi

1. Add this to override.css with a color You want to have there:

Code: Select all
#gkHeader {
    background-color: #333;
}


2. Please move the module from "bottom" module position to "mainbody". This way You will replace the component (which is a joomla article in this case) with a module.

3. I can see images in this module right now. Does it means it's fixed ?
User avatar
Moderator

GK User
Mon Sep 28, 2015 3:52 pm
Reply with quote
Report this post
Thanks Teibite for your response.

I will give your suggestions a whirl. Just one additional question. What if I want to load an image in the header position instead of a color? What would be my approach?

Also, Interestingly, the "check out my works" loaded in the next day. Not sure what that was all about, but as long as it works, I'm good.

I'll let you know how I make out, just in case it's helpful to someone else.

Thanks so much!
:)
User avatar
Expert Boarder

teitbite
Tue Sep 29, 2015 4:12 pm
Reply with quote
Report this post
Hi

Your site is offline right now so I cannot see how to replace color with image. Can You please send me an access to it ?
User avatar
Moderator

teitbite
Thu Oct 01, 2015 12:41 pm
Reply with quote
Report this post
Hi

Looks like this code is responding to the background image:

Code: Select all
#gkHeader {
    background: #333 url("../images/bg.jpg") repeat scroll 0 0 / cover ;
}
User avatar
Moderator

GK User
Fri Oct 02, 2015 8:47 pm
Reply with quote
Report this post
Teibite,

How do I set the anchor from the scroll down to drop down to "Check Out My Work?"
User avatar
Expert Boarder

teitbite
Wed Oct 07, 2015 9:49 am
Reply with quote
Report this post
Hi

Easiest would be with external url type which should looka like: http://rareid.com/site#gkMainbodyBottom
User avatar
Moderator


cron