Home › Forums › WordPress Themes – Premium › Celestial (Celestial Reloaded) › Background color change in Celestial Curve?
- This topic has 20 replies, 32 voices, and was last updated 9 years, 4 months ago by
Sushil Adhikari.
-
AuthorPosts
-
July 25, 2014 at 10:52 pm #15392
Humberto
MemberHi!
Can I change the background color that is in the curve? It is now white and I want it as the rest of the page (blue).
I changed it in the settings of the plugin (see image attached) but it doesn’t do it.
Ps. Also, is it possible to change the background color of a single page?
July 25, 2014 at 11:22 pm #20296Sushil Adhikari
ModeratorThis is one of the caveats of the curve for this theme, you cannot change the colour of it because it’s an image. You would have to create another curved graphic or take the existing one and colour it.
One of the things I am hoping to do at some point is to make that curve pure CSS so that it can be easily colourized from theme settings.
As for changing the background colour of a single page….you can, but you need to target that page with your own custom CSS using one of the classes or ID’s of the tag in the page source code and then do your background colour for the page in question. You would have to apply the background colour to the container that does the content area. You also need to do a forced background colour like this example:
background-color: #cccccc !important;
The !important part of that code forces the styling to use that.
July 25, 2014 at 11:41 pm #20297Humberto
MemberThanks. I’m not sure if I will be able to do those changes… :S
Why if I change the “Bottom Inset Background” in the Customize section, it doesn’t change?
Also, what should be the size of the banner image (that goes not in the front page but in the rest of the pages)? I can’t find it in the tutorial…
July 26, 2014 at 12:06 am #20298Humberto
MemberI suppose I have to change it in the Child Theme… I didn’t install it since the beginning… now is too late, right?
July 26, 2014 at 12:33 am #20299Sushil Adhikari
ModeratorFor the bottom inset background, that is my fault. I didn’t realize I left that option setting in there. That is left over from when I first made the theme and was planning something for that position but did not follow through with it. Thanks for pointing that out.
For the banner image question of size…I generally say as wide as you can do it, preferably not less than 1920 pixels for those with wider screens (2560 pixels if you want to include the REALLY wide screens on 27″ monitors). Height can be any height you want. As the window downsizes, the image will be responsive and adjust as the viewing screen gets smaller.
As for the child theme, never too late but please note when you activate it, WordPress will see it as a new theme activation and you would need to redo your theme option settings.
What colour is the blue of your page you were talking about before and needing the curve that colour?
July 26, 2014 at 12:49 am #20300Humberto
MemberThis is the blue i’m using as the background of the page: #0e76bc
July 26, 2014 at 2:24 am #20301Sushil Adhikari
ModeratorI normally don’t do this, but because the inability to change the colour of the curve is my fault so I did a custom curve for you.
showcase-curve.zipAttachments:
You must be logged in to view attached files.July 26, 2014 at 2:32 am #20302Humberto
MemberRegarding the banner size — I have placed an image 1920 x 540 but it is too big. So, I reduced the height.
In both cases, there was a margin and it doesn’t appear like the one you show in the theme demo but it appears with distance between the border and the image.
July 26, 2014 at 2:52 am #20303Sushil Adhikari
Moderatordo you have a link to your site with this image you did?
July 26, 2014 at 2:56 am #20304Humberto
MemberYes (i tried to upload the images but they were too big):
awla.americahispanic.com
The fist I am trying to fix is in the section “Quienes somos” — but it is my intent to do the same in all the rest.
July 26, 2014 at 3:16 am #20305Sushil Adhikari
ModeratorThe image with the margin space top and bottom with the dark blue…is this what you are referring to? If so, take the class=”aligncenter” off the image tag. The alignleft, aligncenter, and alignright classes have margins applied to them.
July 26, 2014 at 4:30 am #20306Humberto
MemberThis is awesome, thank you!
Shall I upload it just as I did with the other skins? In the plugin?
July 26, 2014 at 5:47 am #20307Sushil Adhikari
ModeratorIt’s actually part of the theme and not the slider. There are only two ways of replacing the curved graphic:
1. replacing he existing on in the theme’s “images” folder
2. using a child theme (more work involved)You will need to decide what method you want to use. As I mentioned, I am planning to make some changes to no longer depend on a graphic image for the curve, instead using CSS, but will be a while before I implement that in an update.
July 26, 2014 at 5:57 am #20308Humberto
MemberI did number 1.
It worked beautifully!
Thanks!!!!!
July 26, 2014 at 6:45 am #20309Sushil Adhikari
ModeratorGood to hear…cheers!
I would recommend you keep a copy of that graphic image somewhere safe. If there is an update to this theme, you will lose the graphic and then your backup copy can replace it. -
AuthorPosts
- You must be logged in to reply to this topic.