Add Text Description to My Listing Packages to Explain Offering

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

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

Open Support Ticket
  • Author
    Posts
  • #515199

    Hayley Kirkman
    Expired Member
    Post count: 37

    Can we add a line of text next to the package “Featured Listing for $120 opt/year” option?

    That says:

    “Includes featured advertisement in on the directory sidebar, sized ___ px by ___ px.” (Note: I actually don’t know what the size is and how to get to this page on the back end… what size do you recommend?)

    Screen shot attached for reference.

    #515210

    Kor
    Moderator
    Post count: 16516

    Hi Hayley Kirkman,

    Thanks for your post. It’s possible using custom CSS. Could you share the URL of the page in question along with a WP admin access so that I could check on it?

    #515620

    Hayley Kirkman
    Expired Member
    Post count: 37
    This reply has been marked as private.
    #515622

    Kor
    Moderator
    Post count: 16516

    Hi Hayley,

    Try using the custom CSS code below and see if it’s what you’re looking for.

    .gd-radios #package_id_4:after {
        content:"TESTTING";
        display:block;
        margin-top:20px;
    
        }
    
    
    span.geodir_message_note {padding-top:20px;}
    #515925

    Hayley Kirkman
    Expired Member
    Post count: 37

    Hi Kor,

    Thank you very much! We are very close now. I entered the custom CSS and put in the line of text that I want to display. My only issue now is that the text works find if it’s just one single word BUT if I add a line of text the message is stacked one word on top of the other. Is there any way to make this line display the full width of the page?

    Screen shot attached.

    Thanks,
    Hayley

    #515930

    Kor
    Moderator
    Post count: 16516

    Hi Hayley,

    Try increasing the width using the custom CSS code below.

    .gd-radios #package_id_4:after {
        content: "Includes featured advertisement in on the directory sidebar, sized 255 px wide by 150 px tall.";
        display: block;
        width:800px!important;
        margin-top: 20px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

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

Open Support Ticket