Ribbon graphic

  • Posted in : Empathy
  • shinykins
    Participant

    How can I change the ribbon icons in both the ‘About me’ pages and the ‘Resume’ pages to a plain box in the css? I will also need to change the ribbon graphic on the left hand side of the Resume page.

    serkan
    Moderator

    Hi,
    You can try to use this custom css code;

    .section-title h2:after, .section-title h2:before, .section-title h2 i:after, h2 i:before { display: none; }
    .event h3:before { left: 0; }

    Thanks

    shinykins
    Participant

    Great. That seemed to work! The only thing is I want these to be ##fff200

    serkan
    Moderator

    You can try to use these custom css code;

    input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .event h3, .event h2 + p i, .event h2 + p img, #search-submit, .entry-meta .cat-links a, .pagination a:hover, .navigation a:hover, a.more-link:hover, #nprogress .bar, .section-title h2 i, .event:nth-of-type(2):after {
        background-color: #fff200;
    }

    Thanks

    shinykins
    Participant

    This didn’t quite work.

    http://flashcreative.shinyleung.com/#/about-me
    http://flashcreative.shinyleung.com/#/resume

    It worked better the first time. This time, the ribbon ends showed up again. And is it possible to change the text to black?

    serkan
    Moderator

    Hi, You should add the first custom css code as well.

    .section-title h2:after, .section-title h2:before, .section-title h2 i:after, h2 i:before { display: none; }
    .event h3:before { left: 0; }

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register