Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • brankopilic Friend
    #175745

    Hi,

    How to delete a big label/source “Article on top of page”
    Here is an link:
    http://umrc.net/index.php?option=com_content&view=article&id=216:test-2&catid=14:sample-data-articles

    Attached picture as well.

    I tried to place on hide or no show from article features itself and in options – global. Everything is set up on hide but I am still having this unnecessary label on top..

    Thank you in advance for your support.
    Branko


    1. Articles
    khoand Friend
    #447159

    <em>@artistgates 312083 wrote:</em><blockquote>Hi,

    How to delete a big label/source “Article on top of page”
    Here is an link:
    http://umrc.net/index.php?option=com_content&view=article&id=216:test-2&catid=14:sample-data-articles

    Attached picture as well.

    I tried to place on hide or no show from article features itself and in options – global. Everything is set up on hide but I am still having this unnecessary label on top..

    Thank you in advance for your support.
    Branko</blockquote>
    Hi,
    – You find this code from /templates/ja_social/css/template.css

    h1.componentheading, .componentheading {
    background: url(../images/heading-bg.gif) repeat-x left top #F0F0F0;
    border-bottom: 1px solid #E4E4E4;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 110%;
    margin: 0 -15px;
    padding: 0 15px 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px white;
    display: none; < add this line
    }

    – You add this code from /plugins/system/jat3/jat3/base-themes/default/css/component.css

    h1.componentheading {
    display: none;
    }

    brankopilic Friend
    #447176

    Wooww Thankssssss a lot… It worked out perfectly!!

    All the best,
    B

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

This topic contains 3 replies, has 2 voices, and was last updated by  brankopilic 12 years, 7 months ago.

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