• Hello everyone,

    May this find you well. I’m progressively building my website and have come up with a cosmetic problem for a theme I otherwise like. The resolution does not rest within the easy click and input customization as far as I can tell so I believe it would require some coding.

    If you visit my site The Spiritual Phoenix you can see the issues I face firsthand.

    1) On the main page, it says Archives at the top, I would like this to be blank or have an ad banner. How can I remove this?

    2) The categories in the sidebar on the right have a purple highlight underneath them. I would like this to be blue. How can I change this?

    3) Any page other than my homepage comes up purple. for example my quotes page How can I make all other pages black?

    I appreciate the time you took to read and investigate this and hopefully I can get a resolution to these issues as I like this theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    As you use a commercial theme and need support, please use their official support channel. We feel they are best equipped to support their products.

    http://www.vmthemes.com/support/

    for purple hightlight use this:

    .sidebar .widget ul li:after {
    background-image: -moz-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: -webkit-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: -ms-linear-gradient(to right, #5e42a6, #b74e91);
    background-image: linear-gradient(to right, #5e42a6, #b74e91);
    -moz-transition: max-width 0.2s ease;
    -webkit-transition: max-width 0.2s ease;
    -ms-transition: max-width 0.2s ease;
    transition: max-width 0.2s ease;
    border-radius: 0.2em;
    bottom: 0;
    content: ”;
    height: 0.10em;
    position: absolute;
    right: 0;
    width: 100%;
    display:none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A Couple Theme customization issues with Andorra ( need to edit the code)’ is closed to new replies.