Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18980
    luismarioochoa
    Participant

    Dear Sakin,

    I have installed a plugin called Gigpress (artist shows calendar) and I would like to make some modifications but the plugin developer only gave me some kind of code for the CSS that did not work. I thought that perhaps you could assist me. He said to put a line in the CSS like this:
    “td.gigpress-artist” differently (font weight, size, style colour, etc)

    I’d like to change the Artists names heading for each show and make them bold and larger, in red color. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the botom and the top.

    Here is a link to the page in question. I’d really appreciate it if you can help me with this CSS.

    http://bloomrestaurant.com/live-music-calendar/

    Thank you so much in advance.

    Luis

    #18991
    Sakin
    Keymaster

    1. I’d like to change the Artists names heading for each show and make them bold and larger, in red color.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    td.gigpress-artist {
        color: #FF0000;
        font-size: 18px;
        font-weight: bold;
    }

    2. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the bottom and the top.
    — For this you need to check in with the plugin developer. This cannot be done though css. You need to change the configuration in plugin.

    #19021
    luismarioochoa
    Participant

    Excellent! Worked perfect! Thank you so much!
    Luis

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘changing font size, colors’ is closed to new replies.