I have a project started at the link: http://192.185.157.212/~starrec where I am trying to change the article background color to #FFFFFF .
I am having problems of finding where to make that setting.
When I try to set the article background color, that's not the color I am getting.
I would appreciate any assistance.
Thanks!
James
- smithjd44
- Commercial Templates
- Tuesday, 16 June 2015
- Subscribe via email
Hi James
Using a spot checker your current article background color appears to be #FFFFFF. Have you since amended this issue?
Ciarán
Using a spot checker your current article background color appears to be #FFFFFF. Have you since amended this issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 1
I solved the issue of the article background colors by deleting the code from line 751 - 760 in the #container_main.wrapper960 in the nexus.css.
This code created an article background color other than #FFFFFF even though I had set the background to #FFFFFF in the template parameters.
I am not certain the intent of this code but it altered the background color such that when I had images with a white background, they would show up against a darker background because of the above code.
You can go back to the website at http://192.185.157.212/~starrec and view the change to a pure #FFFFFF background color on the website.
Thanks!
James
This code created an article background color other than #FFFFFF even though I had set the background to #FFFFFF in the template parameters.
I am not certain the intent of this code but it altered the background color such that when I had images with a white background, they would show up against a darker background because of the above code.
You can go back to the website at http://192.185.157.212/~starrec and view the change to a pure #FFFFFF background color on the website.
Thanks!
James
- more than a month ago
- Commercial Templates
- # 2
Hi James
Thank you for the update and for sharing your solution.
By default the component area of our Enterprise has a slight gradient overlaying from top to bottom.
Ciarán
Thank you for the update and for sharing your solution.
By default the component area of our Enterprise has a slight gradient overlaying from top to bottom.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
Any way to get rid of a space that appears under pics I have in the showcase position? Please see attached screen shots. I will send my temporary login in a private email.
Thanks,
rita
Any way to get rid of a space that appears under pics I have in the showcase position? Please see attached screen shots. I will send my temporary login in a private email.
Thanks,
rita
- more than a month ago
- Commercial Templates
- # 4
Hi Rita
The issue appears to be related to your image been placed within paragraph tags which has a bottom margin by default. To resolve try adding the following to the Custom CSS field of your templates parameters...
Ciarán
The issue appears to be related to your image been placed within paragraph tags which has a bottom margin by default. To resolve try adding the following to the Custom CSS field of your templates parameters...
.showcase p {
margin-bottom: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Is there custom css I can apply to remove the gradient from the article background?
thanks
thanks
- more than a month ago
- Commercial Templates
- # 7
Hello
Try adding the following to the Custom CSS field of your templates parameters...
Ciarán
Try adding the following to the Custom CSS field of your templates parameters...
#container_main .wrapper960 {
background-image: none;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »