Changing the Place Custom Fields Icon Size

This topic contains 3 replies, has 2 voices, and was last updated by  Stiofan O’Connor 9 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #3477

    Russell
    Expired Member
    Post count: 30

    I have a development site at http://1967media.com/planmygetaway and I ma wanting to change the size of the custom icon for the “Places Custom Fields”
    It seems the icon size is predefined at 18px 18px.
    Firebug inspector shows:

    element.style {
    background: url(“http://1967media.com/planmygetaway/wp-content/uploads/icons/tripadvisor-icon.png”) no-repeat scroll left center / 18px 18px rgba(0, 0, 0, 0);
    }
    How can I change the size from 18px to say 26px?

    #3503

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi russell, we have changed the way that system works a bit, you should be able to do this in the next release.

    Thanks,

    Stiofan

    #3522

    Russell
    Expired Member
    Post count: 30

    Ok sounds good. In the meantime which file can I change the size manually?

    #3568

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi russell, i have decided to keep the hard codded size to try and keep things uniform for users who have no CSS skills. The next version of GD you will also be able to use font awesome icons http://fortawesome.github.io/Font-Awesome/icons/

    For now you can override the style is the !important selector.

    .geodir-i-time {background-size: 26px 26px !important;}

    Thanks,

    Stiofan

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

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

Open Support Ticket