Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862962

    ejagpal
    Participant

    Hello!

    1.) After making the path to my Favicon (which worked) when my page has loaded on the URL bar there is a menu looking icon and when clicked it pulls up a PDF of the about section. How can I get rid of this?
    It happened when I did my Favicon.

    2.) I need to change the color of my tabs on the pricing table, can you help me with that?

    Thanks so much for your help!

    #862966

    ejagpal
    Participant
    This reply has been marked as private.
    #863536

    Christopher
    Moderator

    Hi there,

    #1 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    #2 Please add the following code in Customize -> Custom -> CSS :

    .x-pricing-column.featured h2 {
        color: #fff;
        background-color: #333;
    }
    .x-pricing-column h2 {
        color: #7a7a7a;
        background-color: #f5f5f5;
    }
    

    Hope it helps.

    #864148

    ejagpal
    Participant

    Oh what I meant is since I added the favicon, there is now a little icon on the left side of the url, when clicked, it pulls up a pdf of the about section. I don’t want this and I don’t know how that got there.
    I hope I explained clearer, but theres a screen shot I provided and that shows what happens when you click on the icon.
    Thanks so much!

    heres another screen shot of it when the page is loaded, its the icon on the left side of the url

    #865000

    Rad
    Moderator

    Hi there,

    That’s weird and I can’t find any reference that point out the PDF. There is no related content or code, perhaps it’s part of your browser?

    Thanks!