Forum Replies Created
-
AuthorPosts
-
May 21st, 2018 at 01:57 in reply to: Presentation page: Slider title hard to read, change border or add partially BG #63967
prellyan
Participantin the style.css around line 2792
.nivo-caption h2 {
background:#C60; <—- this will set a background colour to the title
display: inline;
width: auto;
margin-bottom: 10px;
line-height: 1.4em;
letter-spacing: 3px;
padding: 5px;
font-weight: 700;
text-align: center;
position: relative;
-webkit-animation: myfirst .5s ease-out;
animation: myfirst .5s ease-out;
}May 20th, 2018 at 13:56 in reply to: Presentation page: Slider title hard to read, change border or add partially BG #63867prellyan
Participantfind the custom-styles.php page
then line 424 or around there.nivo-caption .inline-slide-text {
background-color: rgba(<?php echo esc_html(cryout_hex2rgb($nirvana_fpslidercaptionbg)); ?>,0.3);change the 0.3 to a higher number between 0.1 and 1 that will darken the background colour you have nominated.
prellyan
Participanti was using IE edge – as i was keeping the work separate to my chrome work but switched it to FF – no problems after that
as for the input variable count, after reading your link, i would say it is the default one but not had any issues with it on other projectsi think it might be an IE edge issue (yeah i know) just used that to keep cookies etc separate from other browser so could flush them without losing the tabs in chrome for other work
end solution – use FF no issues!
-
AuthorPosts