Change size of text

This topic contains 4 replies, has 2 voices, and was last updated by  Dotty Directory 7 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #196581

    Dotty Directory
    Full Member
    Post count: 254

    Is there a way to change one specific bit of text.

    The section is question is the “Edit” text on the Dashboard page.

    Thanks

    #196601

    Kor
    Moderator
    Post count: 16516

    Hi Dotty,

    Sorry, I’m not getting this. Do you mind sharing a screenshot of what you are trying to achieve?

    Thanks!

    #197075

    Dotty Directory
    Full Member
    Post count: 254

    Yes i have attached a screenshot and highlighted the text I would like to increase the font size of, but only this bit.

    Thanks

    Also I’m noticing a lot of picture for the adverts in listing don’t fit the thumbnail well as they are too long/too high, is there a way of getting the thumbnail to fit image to the width/height of the thumbnail. example Max 100px x 100px? Screenshot attached also

    #197185

    Kor
    Moderator
    Post count: 16516

    Hi Dotty,

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

    
    
    .geodir-edit {
        font-size: 10px;
    }
    
    .geodir-entry-title {
        font-size:20px;
    }
    
    .geodir-entry-content p{
        font-size:20px!important;
    }

    Thanks!

    #197225

    Dotty Directory
    Full Member
    Post count: 254

    yes geodir-edit worked great thanks Kor 🙂

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

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

Open Support Ticket