Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #721871

    Hello,

    I have two questions regarding this site: http://subdomain.akupunkturhus.dk/priser/

    1. I have made a Table on the site. I want the right column with the prices to have a smaller width than the other column. How can I do that?
    2. In the right sidebar there is an Facebook icon. How can I make a hover effect at this icon?

    Best regards,
    Helle Østergaard

    #721967

    Hey GraphicEyeDK,

    1. To change the table column width

    .page-id-112 tr td:nth-child(2) {
    	width:200px;
    }

    2. Enable custom css class name support and give it a custom class “icon-fb” then add the below css in Quick css

    
    .icon-fb:hover a:before {    
        color: #000;
    }

    Best regards,
    Vinay

    #722359

    Hi,

    Thank you very much for your reply. That works just fin :-)

    Best regards,
    Helle

    #722917

    Hi Helle,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.