Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317270

    Hi!

    What is the simpliest way to change the color of the text and headlines of a blogpost? I use different colorsections with different background colors and images, and I would like to have another color than the colors of the ordinary text and headlines? I guess it would be simple with CSS, but how do I just affect the blogposts?

    I also wonder how I can change the color of the sharing buttons border, background, text and the tooltip when I hoover above the buttons?

    Thanks!

    #317763

    Hi!

    You can prefix the “.single-post” class to the selectors to make them post exclusive.

    To change the appearance of the sharing buttons and tooltips, use:

    .av-share-box-list, .av-share-box ul li {
        border-color: red !important;
    }
    .av-share-box ul li {
        background: brown !important;
    }
    .av-share-box-list .avia-tt, .av-share-box-list .avia-arrow{
        background: blue !important;
    }

    Modify as needed.

    Cheers!
    Josue

    #317980

    OK

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change color of text and headlines in blogpost’ is closed to new replies.