Forums

Changing the dotted line in the news title to a solid or none (4 posts)

  1. deathwinger
    Member
    Posted 2 years ago #

    Hi, this is the page I am working on

    http://www.mosaictt.com/fuadkhanandfriends

    I would like to make the news title not have that dotted line but instead I would like either the option of a solid line, double underline or even no line.

    Also, does anyone know how I can set up a random background based on a folder on the FTP, I would like to make the pictures that are seen right now change every time somehow visits the site.

    I'm going with the information based here right now

    http://sonspring.com/journal/easy-random-css-backgrounds

  2. kz
    Member
    Posted 2 years ago #

    style.css:

    .hentry .title a, .hentry .title span {
    border-bottom:3px dotted #FF9933 !important; // solid
    /* border-bottom:3px double #FF9933 !important; // double */
    /* border-bottom:none !important; // no line */
    }
  3. deathwinger
    Member
    Posted 2 years ago #

    That didn't seem to do anything.

    I am using the Sunrise version of the constructor theme right now.

    Would that have anything to do with it?

  4. kz
    Member
    Posted 2 years ago #

    Refresh your page until new style affects.

Topic Closed

This topic has been closed to new replies.

About this Topic