Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #111099
    Uukuniemi
    Participant

    Hello,

    I am almost done with the update of my website, and i am quite happy with the theme Gradilicious. There is only one thing that I would like to change on the front page (http://www.bunyavirus.org). When the mouse cursor overflies the slides, there is a little box entitled “Permalinkto:” that appears for few seconds. Is that possible to remove this? I find it disgracious. Thanks in advance for helping!

    PY

    #111158
    Mahesh
    Keymaster

    @uukuniemi: For this, you’ll need to create a child theme. You can find more details on creating child theme HERE. Then in your child theme’s functions.php add the codes from the link below:
    http://bit.ly/2mMrjhX

    Regards,
    Mahesh

    #111210
    Uukuniemi
    Participant

    Thanks! I struggled a bit but it works at the end. Thanks again.
    Best,
    PY

    #111279
    Uukuniemi
    Participant

    Me again, Hi!

    I am trying to change the white color background to something more transparent, in order to see the picture behind (for instance, http://www.bunyavirus.org/?page_id=4). I struggled with that all the morning and the only thing I managed is to change the color but not the opacity… Any idea please?

    Cheers,

    PY

    #111359
    Mahesh
    Keymaster

    @uukuniemi: You mean to change the color of the content background and opacity? Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #content .wrapper { 
        background-color: rgba(255, 255, 255, 0.5);
    }

    Regards,
    Mahesh

    #111370
    Uukuniemi
    Participant

    Excellent. It is exactly this! Works perfect. Thank so much!
    Best,
    PY

    #111378
    Mahesh
    Keymaster

    @uukuniemi: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #111437
    Uukuniemi
    Participant

    Halo Mahesh,

    I have one last question. I made this child theme using one click plugin. I have realized that i lost one great effect of the Gridalicious theme. In the parent theme, the background picture is fixed when you scroll the content (i.e. only the content page is moving and not the background). In the child theme, I lost this effect. Any idea how to reactivate it? Thanks in advance.

    Best,

    PY

    #111450
    Uukuniemi
    Participant

    Sorry, my fault! I found the option in Background menu, custom of the theme. Thanks again anyway for the great and superfast help. This is really cool.
    Cheers,
    PY

    #111502
    Mahesh
    Keymaster

    @uukuniemi: Glad to know you’ve resolved your issue. Have a nice day!

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove "Permalinkto:" flyer from the homepage’ is closed to new replies.