Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Category Blog: set Background image / color #4892

Closed
GreenLion1010 opened this issue Oct 22, 2014 · 4 comments
Closed

Category Blog: set Background image / color #4892

GreenLion1010 opened this issue Oct 22, 2014 · 4 comments

Comments

@GreenLion1010
Copy link

Steps to reproduce the issue

menu point of type category blog,
list of categories without background defined,
edited the style.custom.css and extended span12 with .span12.specialProductBackground,
setted it on menu point "Page suffix" on tab page view

Expected result

background is set on category blog,
want the background to be set on:

#### Actual result

the element

does not getting the background applied.
the specialProductBackground is getting applied at a child of the span12 DIV:

#### System information (as much as possible)

joomla 3.3.6

Additional comments

please see screenshot

@GreenLion1010
Copy link
Author

screen shot 2014-10-22 at 02 40 58

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4892.

@GreenLion1010
Copy link
Author

via Page Class Suffix it looks like the class gets appended to the "wrong" div
screen shot 2014-10-22 at 02 49 23

This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4892.

@ghost
Copy link

ghost commented Oct 23, 2014

I don't have this problem. I think you just have to add a clearfix (see bootstrap CSS) to the inner row-fluid - elements to clear floating. There are several other ways to solve this with CSS (clear:both).

.blog.specialProductBackground{
background-color:yellow;
}

blog

@GreenLion1010
Copy link
Author

Vielen Dank :)

i extended my style.custom.css of my template with a class and added it to the pagesuffix on the menu item.
i had some CSS problems which i was able to solve now.

thank you & regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants