Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105408
    maviedecoeliaque
    Participant

    Hello,

    Sorry for my english I’m french.
    I have just done the last update of my theme. I noticed that arrows (of slider?) appeared between my header and my content, how to get rid of it?
    I would also add my google font in the header.php of my theme but I don’t know where to put it, usually I put it before the </ head>. I have a child theme but I never knew how to create a head.php file in it so I always modified the catch box theme by adding the line of code corresponding to my font google font.
    Thank you for your help !
    Best regards!
    Mathilde

    #105409
    baneff
    Participant

    Hello, Mathilde.

    > I have just done the last update of my theme. I noticed that arrows (of slider?) appeared between my header and my content, how to get rid of it?

    Add next code to custom CSS of the theme?
    #nav-slider .nav-previous, #nav-slider .nav-next { display:none; }

    #105411
    maviedecoeliaque
    Participant

    Thank you, it works ! So how and where can I add my google font in the header of my parent catch box theme ?

    #105425
    Mahesh
    Keymaster

    @maviedecoeliaque: You mean to add google font and change font family? This can be done with Custom CSS. Let me know what font you want and where you want to use it. Please post in your site url.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem arrows slider after updating’ is closed to new replies.