Prellyan

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Prellyan
    Participant

    in 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;
    }

    Prellyan
    Participant

    find 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.

    in reply to: Theme Keeps resetting #41960
    Prellyan
    Participant

    i 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 projects

    i 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!

Viewing 3 posts - 1 through 3 (of 3 total)