This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

8
  1. José Carlos Roso 11 years, 8 months ago

    Hello,

    Mofiquei link colors and hover, but are not changing, continue as the default theme. The change came just in the menu and links siderbar and others continue with the old color …

    thank you

  2. Andrew Misplon Staff 11 years, 8 months ago

    Hi Jose

    Unfortunately a know limitation with the Customizer at the moment, please try setting the remaining link colors by inserting the following under Appearance > Custom CSS and replacing my colors with yours:

    /* Links */
    #main a { color: #dd3333; }
    #main a:hover { color: #2b1100; }
  3. José Carlos Roso 11 years, 8 months ago

    Andrew,

    seizing the opportunity, I would do another question: I want to use my theme just the circle icon with the title and the link to that page … how can I do this? I think it would be more beautiful and enjoyable to read this way I think about doing … homologar.www.saosepe.rs.gov.br

    thank you!

  4. Andrew Misplon Staff 11 years, 8 months ago

    Shooting from the hip it would look something like this:

    .page-id-13 .site-header { display: none; }
    .page-id-13 .site-footer { display: none; }

    Swap out page-id-13 with the class of the page you want to remove the header and footer on but leave the dot in front of the class, the dot means class. You can find the page class by viewing the page source and checking the tag, it will be in there and look something like that. For example the class of this page we are using on SiteOrigin is postid-2418.

  5. José Carlos Roso 11 years, 8 months ago

    Andrew,
    maybe I could not explain myself correctly … I would leave the circle icon and “h4” title of the item as a link, without requiring “view more” …. On the home page (homologar.www.saosepe.rs.gov.br ) you can see I used 12 circles and icons so that would suggest cleaner, only circle and title.

  6. Andrew Misplon Staff 11 years, 8 months ago

    Sorry if I’m missing you here, do you want to hide the read more links? This is how you’d do that:

    /* Hide circle icon more button */
    .widget_circleicon-widget .circle-icon-box a.more-button {
    display: none !important;
    }
  7. José Carlos Roso 11 years, 8 months ago

    it worked! Thank you Andrew!

  8. Andrew Misplon Staff 11 years, 8 months ago

    Super, glad we could help.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread