Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Ibnul H.

    (@ibnul)

    It’s in your theme’s style sheet.
    Go there and code CSS

    Thread Starter J M

    (@manaal)

    <style>
    h1 {color:white}
    h2 {color:white}
    h3 {color:white}
    h4 {color:white}
    h5 {color:white}
    p {color:white}
    </style>

    i used this effected only the paragraph. the member names are still red. the border is still red. The font family isnt changed yet.

    Plugin Author Ibnul H.

    (@ibnul)

    Give me your site link ?

    Thread Starter J M

    (@manaal)

    can you please share with me how to change the member name font and color

    i have done the rest

    also the color of heading member name in full profile

    Thread Starter J M

    (@manaal)

    http://www.mrba.pk

    from the main page kindly click on full profile

    Thread Starter J M

    (@manaal)

    the full profile page is also getting some white marks before and after post cant figure out what it is

    The CSS i am using is

    <style>
    teammember
    h1 {color:white}
    h2 {color:white}
    h3 {color:white}
    h4 {color:white}
    h5 {color:white}
    p {color:white}
    p {
    font-family: “Arial”, Verdana, sans-serif;
    }
    </style>

    Thread Starter J M

    (@manaal)

    need the heading font and color (title of member name ) in same color as appears at the homepage…..

    Plugin Author Ibnul H.

    (@ibnul)

    #cmt-profile-content {
        color: #fff;
    }
    .cmt_profile strong span {
        color: #1e73ae;
        font-size: 22px;
    }
    Thread Starter J M

    (@manaal)

    Thank YOUUUUU SOOO MUCH

    can you please tell me why are white lines appearing before and after the post in this page?

    http://www.mrba.pk/team-members#Erig-Jahangir

    Plugin Author Ibnul H.

    (@ibnul)

    #cmt-profile-content {
        color: transparent;
    }

    Use this instead of previous one

    Thread Starter J M

    (@manaal)

    <style>
    teammember
    h1 {color:white}
    h2 {color:white}
    h3 {color:white}
    h4 {color:white}
    h5 {color:white}
    p {color:white}
    p {
    font-family: “Arial”, Verdana, sans-serif;
    }

    #cmt-profile-content {
    color: transparent;
    }

    .cmt_profile strong span {
    color: #1e73ae;
    font-size: 22px;
    }
    H1 {
    font-family: “Arial”, Verdana, sans-serif;
    }
    </style>

    using this no change over the white lines…

    Plugin Author Ibnul H.

    (@ibnul)

    There is coding error on team members adding page.
    Check and add team members correctly.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘COLOR CHANGE’ is closed to new replies.