Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #870310

    Hi
    I do not found Portfolio" /> in the site home page , did u removed it ?
    In out team box this dark style of the acm module that is using block color . If want to override it use below code in custom.css file .

    .acm-features.style-1 .features-item.style-dark {
        background: #9795a3!important;
    }

    The picture of children is not full height it depends on container grid size that is already full .
    Or set the article type as portfolio as given here

    To remove the space between what we do add below code in custom.css

    .home . t3-content {dispaly:none;}

    in the footer there is Fin that footer title you can change it from footer acm module .

    jamesontap Friend
    #873336

    Many thanks for this. Sorry I changed Portfolio to Our work – can you see it now?

    Pankaj Sharma Moderator
    #873392

    Hi its due the you added <font color="#9795a3">Our work in the module options . Image use the title as alt so its showing it like this . I just removed it .
    Add this code in custom.css to change the title color

    
    #Mod98 .style-light > div > h3  {color :#9795a3;}

    It will change the title color as u needed .

    jamesontap Friend
    #873405

    Thanks Pankaj

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

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

The topic ‘A few Mono template issues’ is closed to new replies.