Home>Support>color links

color links

Olá,

Mofiquei as cores dos links e o hover, mas não estão mudando, continuam como o default do tema. A alteração aconteceu apenas no menu e links da siderbar e outros continuam com a cor antiga…

obrigado

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 months ago José Carlos Roso

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago José Carlos Roso

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago José Carlos Roso

    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. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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. 10 years, 3 months ago José Carlos Roso

    it worked! Thank you Andrew!

  8. 10 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More