Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Spell Friend
    #968240

    I would like to know how i can change the color of text module title

    making new class with text decoration doesnt seem to change anything.

    I use these classes for background and border styling and background color of module title.

    .newback3.t3-module {
    background:#f0ffff;
    border:4px solid #f0ffff;
    }

    .blutitle .module-title {
    background:#067FFF!important;
    }

    as you showed me in previous questions.

    What do i add to make the text of the title a specific color?

    Pankaj Sharma Moderator
    #968315

    Hi
    can u provide screenshot for which module you want to change the text color ?

    Spell Friend
    #968470
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #968595

    Hi
    the code is working on this module
    Check the below screenshots :
    http://prntscr.com/cij6d3
    http://prntscr.com/cij6ol
    You can also check it using inspect element and apply additional style code to test it directly .

    Spell Friend
    #968719
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #968774

    Hi
    You have this code in custom.css file

    .coraltitle .module-title {
        background: #21abcd!important;
    }

    Add color style in it

    .coraltitle .module-title {
        background: #21abcd!important;
        color: red;
    }

    to change the text color .

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

This topic contains 5 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum