I’m afraid I don’t understand what you’re asking. I don’t understand what “fade out to wrong size and color” refers to.
The left side is good size and color (2 link), the right side is wrong:
http://kepfeltoltes.hu/150920/wrongsizecolor_www.kepfeltoltes.hu_.jpg
When i refresh the page the left side is, and then cc 1 secundum fade to right side.
The head title is bigger, and not underlined, as the “- CM KONFIGOK -” line.
Have you tried using !important in your css?
My style.css is here:
http://computermagus.hu/wp-content/themes/TopNews/style.css
And Yes, !important is several time there.
Which line from the style.css must i copy in the fileaway-custom-css folder? Only the format on the picture is important. Thank for your fast support.
I don’t see any classes in your style.css that are prefixed with ssfa-, which means you’re not following the instructions provided on the Custom Styles.
The fileaway-custom-css folder is only relevant if you’re using the Custom Styles box I provide to add your styles. If you’re using your own stylesheet, the fielaway-custom-css folder is irrelevant.
Please click on the info icon to the right of each field in the Custom Styles tab for the relevant tutorials. There is even more information provided under the Tutorials tab, by selecting the Custom CSS tutorial from the dropdown. There you will find sample CSS for every relevant purpose.
I create the tutorials for your convenience, and for mine.
I have Read “Custom Primary Colors” tutorial. This is to complicant for me. How can I define my own color the simpliest way?
[fileaway size=”no” icons=”none” heading=”= CM listák (XLSX) =” hcolor=”red” color=”blue” prettify=”off”]
hcolor=”ˇ#123456″ color=”#654321″
In this file how can i define my own hcolor=”ˇ#123456″ and color=”#654321″ ?
/* YOURCOLOR PRIMARY */
/*
Add any custom list classes here to hook them into your color,
adding a comma after each selector.
*/
h3.ssfa-yourcolor,
div.ssfa-flightbox-controls.ssfa-yourcolor span,
table[id^=”ssfa-table”] tbody td div.ssfa-player.ssfa-yourcolor span[id^=fileaplay_],
table[id^=”ssfa-table”] tbody td div.ssfa-player.ssfa-yourcolor span[id^=fileaplay_]:hover,
table[id^=”ssfa-table”] tbody td div.ssfa-player.ssfa-yourcolor span[id^=fileaplay_]:active…
Thank You!