Changing colours

Home Forums Start Magazine Pro Changing colours

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8205
    Anonymous
    Inactive

    There are certain aspects of the theme I can’t seem to change the colour and they remain the default red. I’ve gone through the entire colour options menu and changed every red swatch to my colour (purple). Yet, there are still pieces of the theme that remain red. Namely, the boxes behind the category headings (as they show in the slider, and other places), the dots in the bottom right of the slider, and the vertical lines to the left of the sidebar headings. How do I change the colour for these remaining aspects?

    #8241
    Anonymous
    Inactive

    I would really appreciate an answer. The entire reason I purchased the pro version was to be able to change the colours.

    Here are screen shots of what I mean:
    https://imgur.com/a/lsGypjL

    I have attempted to go through the css as well, but changing the hex codes I could find made no change. My coding knowledge is very limited though.

    #8301
    Axle Support
    Moderator

    Sorry for the late reply. Can you please try following CSS?

    .start_magazine_widget_posts_slider .posts-slider-category a,
    .start_magazine_widget_news_block span.news-categories a,
    .widget-area .widget .widget-category a,
    .start_magazine_widget_posts_slider .pager-box.cycle-pager-active,
    .start_magazine_widget_posts_slider .pager-box:hover {
        background: blue;
    }
    .sidebar .widget-title,
    #footer-widgets .widget-title {
        border-left-color: blue;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.