Home › Forums › Pathway Forum › Colors of Slider
- This topic has 10 replies, 2 voices, and was last updated 9 years, 4 months ago by Sonl Sinha.
-
AuthorPosts
-
July 30, 2015 at 12:33 pm #9703
Hi Shri,
with the latest version of this theme you have changed the possibility to change many colors… -thank you for this! It is very helpful.
There is one final thing… it is the color of the text in the slider and there is a heading and a subsection. If I add
/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Normale Tabelle”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:””;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:”Times New Roman”,”serif”;}h1 {
color: white;
background-color: yellow;
}
I can change the background of the header text (this also changes the background of other headings in the template but this is not the question….).
The question is how can I change the color of the text and the color of the text and background of the subsection underneath?Thank you for your help.
Best regards,
HaraldJuly 30, 2015 at 2:38 pm #9712I have just seen the code has changed the text of my post…. the code ist just below h1… what is before h1 please disregard.
Best regards,
Harald
July 31, 2015 at 4:44 am #9732The reason for this is the black color of the font is with certain pics only very hard to read. If you can put the background of the text to lightgrey it is much better to read.
July 31, 2015 at 5:08 am #9733this means the title of this topic should not be “”Colors of Slider” but “Colors and Background of Text in Slider”
July 31, 2015 at 8:23 am #9736Kindly show us the website and specify with regards to which place you are saying.
We will understand and then guide you.
Regards,
ShriJuly 31, 2015 at 9:46 am #9745Hi Shri,
Thank you for your reply. Please look at www.pan21.com
Best regards,
Harald
July 31, 2015 at 12:40 pm #9753Hi,
Text in the slider is coming from this class: .nivo-caption h1
So add this in custom css: .nivo-caption h1{background-color:transparent !important;}
Regards,
ShriJuly 31, 2015 at 12:49 pm #9757Hi Shri,
this works but only for the title… I have added
.nivo-caption h1{background-color:grey !important;}
and now the background color of the title is grey. Thankyou!!!
Is there a way to change the background and the color of the small text below as well? On darc pictures it is not possible to read this text at all if it is black.
Best regards,
Harald
July 31, 2015 at 2:10 pm #9762.slide_info p{background-color:green !important;}
Regards,
ShriJuly 31, 2015 at 2:18 pm #9763phantastic!!
Thanks a million.
Best regards,
Harald
August 3, 2015 at 5:32 am #9822Great.
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.