Adding subtext under description

This topic contains 2 replies, has 2 voices, and was last updated by  Felicia Felicia 6 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #406109

    Felicia Felicia
    Buyer
    Post count: 140

    Hi,

    How do I add text (greyed) under the description box in “add listing” page?

    Similar to the “Tags are short keywords, with no space within.(eg: tag1, tag2, tag3) Up to 40 characters only for this package” under the tag keywords box.

    Thanks!

    #406113

    Kor
    Moderator
    Post count: 16516

    Hi Felicia,

    You can try adding the texts using custom CSS code below. Insert into GD > Design > Scripts > Custom Style CSS. Change the content to your liking.

    
    
    div#geodir_post_desc_row:after {
        content:"This is Geodirectory"!important;
        width:100%!important;
        display: block!important;
        font-size: 14px!important;
        height: 20px!important;
        line-height: 14px!important;
        visibility: visible!important;  
        margin-left:280px; 
    }
    #406115

    Felicia Felicia
    Buyer
    Post count: 140

    Great it works thanks kor

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket