Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • divinemagazine Friend
    #203899

    In the quickstart I can can see a red background on the module title.

    I would like to have that for the modules published in sidebar 1 and sidebar 2 on our site.

    Is that possible?

    Anders

    Ninja Lead Moderator
    #559976

    Your question was a little difficult to understand.

    Perhaps a screenshot mock-up of what it is you are wanting to accomplish?

    divinemagazine Friend
    #559982

    Attached is a screenshot

    Please update the thread title to just Module Class Suffixes


    1. Best-Joomla-News-template-Teline-V-2015-02-19-09-28-45
    Ninja Lead Moderator
    #560013

    Look at the screenshot below

    You can see that css style below


    .module-title {
    display: inline-block;
    background: #cc0000 ;
    color: #ffffff ;
    font-size: 16px;
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 12px;
    line-height: normal;
    }


    1. Screen-Shot-2015-02-19-at-20.23.37
    divinemagazine Friend
    #560030

    Thanks for the code and where do I add this to get the red background on the module titles?

    divinemagazine Friend
    #560032

    Attached is a new screenshot.

    This is one of the modules published on our site divinemagazine.net


    1. Divine-Magazine-2015-02-19-17-34-39
    Ninja Lead Moderator
    #560127

    If you want to make the MD Mobile title on your site with red color, you can use this way

    + Open templates/ja_teline_v/css/custom.css file and add the new css style below

    .red_title h3 {
    display: inline-block;
    background: #cc0000 ;
    color: #ffffff ;
    font-size: 16px;
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 12px;
    line-height: normal;
    }

    + Go to DM Mobile module and add it into module class suffix: red_title(with blank space), see the screenshot


    1. Screen-Shot-2015-02-20-at-21.31.00
    divinemagazine Friend
    #560153

    Thanks so much for all your help, I really appreciate it!

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

This topic contains 8 replies, has 2 voices, and was last updated by  divinemagazine 9 years, 2 months ago.

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