• Resolved luckyrob

    (@luckyrob)


    Two questions for this website (slimhappyhealthy.com.au):

    1. I need to change the height of the slider images on the home page. I’d like to test it at 400 or 300 px to see how it looks.

    2. I want to change the color of the hyperlinks in the body copy (see the About Me page) as they do not stand out very clearly and add an underline on hover.

    Thanks in advance for the assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author weblizar

    (@weblizar)

    Hi luckyrob

    Issue-1. To change the slider image height using custom css box.

    Add given css

    .carousel-inner > .item > img { height: Here your size in px; }

    For example :

    .carousel-inner > .item > img { height:400px; }

    Issue-2. It is very simple just add your a tag css in custom css box.
    for example :

    a:hover{color:red;} a{ text-decoration: underline; }
    etc..

    Save it.
    Thanks

    Thread Starter luckyrob

    (@luckyrob)

    The fix for the height of the slider worked. Thanks for that.

    The code for the hyperlinks did not. It did not change the body links (see the About Me page on the site), it did however apply to other links on the site.

    I just want to change the color of the inactive hyperlink so that it stands out more from the body copy. currently, they are both shades of gray. And I’d like to add a underline on hover.

    Cheers.

    Theme Author weblizar

    (@weblizar)

    Hello

    Please try to again add your custom css for hyperlinks.

    Use the browser option inspect element and find specific anchor tag element.

    Set your hyperlinks color code.

    Thanks

    Theme Author weblizar

    (@weblizar)

    @luckyrob : Can this ticket be closed ?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Slider Height & Body Link Colors’ is closed to new replies.