News Show Pro stylling in header_bottom

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Wed May 15, 2013 2:02 pm
Newsblock - How do I get the same look on subpages eg. header_bottom?
There is some problems with link color. The link is black as the background. On frontpage it follows the theme settings.

As I understand it, you can only use main_body on the frontpage and not subpages? Because when I set the module to main_body on others pages there is no content.

I want the same look as the frontpage on my subpages.

How does one do that :o)

ps. is it possible to force the image size change to take effect immediately....
User avatar
Senior Boarder

teitbite
Thu May 16, 2013 9:41 am
Hi

I'm not entirely sure what You have in mind. Can You please show some example ?

If "mainbody" position is not working, than please try "mainbody_top" or "mainbody_bottom", but I do not know what template You are talking about so it may not be supported.
User avatar
Moderator

GK User
Thu May 16, 2013 12:32 pm
I am using STOREBOX :o)

NEWS BLOCK - The Read More links in the black box er also black, so you can not see it. - because they er position in header_bottom on the subpages as they don't show if you set them in mainbody on subpages.

Read More is template color
http://hadbergs.dk/storebox/

Read More is Black
http://hadbergs.dk/storebox/frisor
User avatar
Senior Boarder

teitbite
Fri May 17, 2013 11:09 am
Hi

Ok. And do You know why it's different on this 2 pages ? Is it a different module position or something ?

Try add this code to css:

Code: Select all
.gkNspPM-NewsBlocks > figure > figcaption a {
    color: #FF7E57;
}
User avatar
Moderator

GK User
Fri May 17, 2013 12:58 pm
Yes it's 2 different positions.

The frontpage is main_body
Subpage is header_bottom

The main_body position is not availble on other pages than the Frontpage :o)
User avatar
Senior Boarder

GK User
Fri May 17, 2013 1:09 pm
But your solution works :o)

Added one more rule ->

.gkNspPM-NewsBlocks > figure > figcaption a {
color: #FF7E57;
}
.gkNspPM-NewsBlocks > figure > figcaption a:hover {
color: #000;
}

Thanks :o)
User avatar
Senior Boarder

teitbite
Sun May 19, 2013 4:57 pm
Hi

"mainbody" is being used for a component. I think You can unlock it in template settings. But if it's working than there's no need for that :)
User avatar
Moderator


cron