changes homepage

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by maes39, Jun 20, 2015.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    On my website www.horsepoint.nl i want to change some points on the homepage.

    A: in the feature heading i want to change the color of the link and the color of the rollover of this link.
    B: can i change the color / font / shadow of the widget title and how do i do this??
    C: here i want place some text which are linked to an extern website which i want to open in a new window, can you help me with the code??

    Thanks
     

    Attached Files:

  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    I got your concern, could you please provide your site URL same like an image you attached.

    Your provided URL is under construction mode.

    Let me know.
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Sorry for my late reaction, but it's right that my website is under construction.
    I want to try to finish the website this so the website can be in normal mode.
    Can you help me on this moment with my questions??
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Greetings from InkThemes,

    Kindly follow the step which mentioned in below video link.

    A: in the feature heading i want to change the color of the link and the color of the rollover of this link.

    http://screenpresso.com/=19u9f

    Use below CSS Code
    Code:
    .feature_box_description{
    color:red;
    }
     
    .feature_box_description:hover{
    color:blue;
    }
    




    B: can i change the color / font / shadow of the widget title and how do i do this??
    http://screenpresso.com/=Sf2Bb

    Use below CSS Code
    Code:
    .footer_wrapper .footer_widget h6 {
      color: #3d4e04;
      text-shadow: 0 1px 0 #6f8523;
      font-size: 21px;
    }
    

    C: here i want place some text which are linked to an extern website which i want to open in a new window??
    http://screenpresso.com/=SL2Tc

    Hope it resolved your problem

    Do Let me know.
     

Share This Page