Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #120626
    Sumiko Miida
    Participant

    Hi Catch Themes Team,

    As my website http://vectology.jp/, I added new css to customize title design as below ;

    .entry-title {
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #B22222;
    }

    Then the css is shown on feature slider of homepage. Could you let me know how to delete it?

    Thank you,
    Sumiko

    #120632
    Mahesh
    Participant

    @sumiko: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #feature-slider .entry-container {
      display: none;
    }

    regards,
    Mahesh

    #120708
    Sumiko Miida
    Participant

    Mahesh-san,

    Thank you so much for your advice. Now it works perfect!!
    Thank you again,

    Sumiko

    #120762
    Mahesh
    Participant

    @sumiko: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/full-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘css of title on feature slider’ is closed to new replies.