• Guys,

    do you have options to customize Comments area, to change colors e.g.?
    I use a dark background on the site and #222 isn’t that I want to have 🙂 Or only style.css can help?

    Also it’s interesting how to change the “cross” icon on center of featured image of post on the post list page.

    • This topic was modified 4 years, 6 months ago by exogadget.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author apollo13themes

    (@apollo13themes)

    Hello 🙂

    The only way is the custom CSS for the comments area. I wouldn’t use style.css of the main theme, as you would lose those changes on the update.

    Also it’s interesting how to change the “cross” icon on center of featured image of post on the post list page.

    Change is not possible(easily), as it is added from custom font with custom CSS.
    In theory, you could use some icon from font awesome and use it as your icon.

    It requires custom CSS however.

    With kind regards.
    Air.

    Thread Starter exogadget

    (@exogadget)

    @apollo13themes I use a child theme, so to kill “+” I added these lines to the child styles.css:
    .item-image:hover a::after {
    opacity: 0;
    }

    but if we’re talking about Custom CSS, could you orient me where it is stored? Could I be sure that Custom CSS wouldn’t be lost after Theme’s update so on?
    Also it would be extremely kind of you to share or add to Documentations description of elements of comments area.

    Thank you much! Your theme is perfect anyway )))

    Theme Author apollo13themes

    (@apollo13themes)

    Hello 🙂

    About custom CSS : http://rifetheme.com/help/docs/modifications-of-theme/custom-css/

    Also it would be extremely kind of you to share or add to Documentations description of elements of comments area.

    The comments section is pretty “wide” in styling. You can locate the section about comments in the style.css in the main theme.
    It starts with a comment “Comments & about author” and another with “Add comment form”.

    With kind regards.

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

The topic ‘Customize the Comments Area’ is closed to new replies.