Screenshot:
https://www.welovebcn.es/wp-content/uploads/2019/03/Sin-nombre.png
I am having no success changing the header background image on the internal pages of the Road Fighter theme (free version). I’m using the Custom CSS feature in my GoDaddy managed WordPress. I want to change it from the current dark gray gradient to just. plain. white.
My site is https://wpw3beta.info
When I use Inspect Element, it looks like one or both of these CSS statements are controlling that element:
.header_container.not_home{
background:#2f2f2f url(images/header-bg.png) repeat-y;
min-height:250px;
border-bottom:1px solid #686869;
}
.page_index_container{
background:#2f2f2f url(images/header-bg.png) repeat-y;
min-height:195px;
border-bottom:1px solid #686869;
}
In addition to going out on the server and changing the header-bg.png image from the gray gradient to a plain white bar (I know, not the best solution, but I’m really frustrated), I put the following into the Custom CSS:
.header_container.not_home{
background:#fff url(images/header-bg.png) repeat-y;
}
.page_index_container{
background:#fff url(images/header-bg.png) repeat-y;
}
And yet, in all browsers, the gray gradient is still displaying. How is that possible?
]]>I am in such a situation that I can’t directly (I use a animated menu plugin that only allows custom links) place a page in the menu,but I have to do it using custom links(Appearance–>Menus). Is there any way that I can do this?
Here is an example.When blog1.domain.com clicks ‘post’ page on his frontend,he should be redirected to post page on his own blog.And when blog2.domain.com admin clicks ‘post’ page on his frontend,he should be redirected to post page on his own blog.
Is there a way to do this by placing some custom shortcode in the ‘custom link’ area?
]]>