Clearing Blog on Codex home page issue

I am using Codex as my main page but I went with Clearing to manage my blog. Trouble I am having is that I cannot seem to override the issue where I can use a custom banner on the Clearing page. The override setting that clearing uses when it is the home page will not allow me to add anything and the code I am using for a banner is being overi=dden by the default for clearing. Help!?
http://www.111themarketplace.com
http://www.111themarketplace.com/blog/

Looks like Clearing uses different id’s for the banner. Try this:

figure.theme #fig-bg-full {
  background-image: url("http://111themarketplace.com/resources/wood3.jpg");
}
1 Like

That did it thanks so much!

Glad it worked. What I posted was from CSS changes while in debugger. You may want to go back to using the RW resource macro, if you didn’t already.

figure.theme #fig-bg-full {
  background-image: url(%resource(wood3.jpg)%);
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.