Delete "Return to Previous Page"

This topic has 21 replies, 4 voices, and was last updated 8 years, 1 months ago ago by Jack Richardson

  • Avatar: GerdE
    GerdE
    Participant
    January 13, 2016 at 17:59

    How can i delete this link in my side or how can i translate in german
    “Return to Previous Page”

    Thanks.
    Gerd

    20 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 13, 2016 at 18:05

    Hello,

    You can remove this text using the code in custom.css file:

    .back-to {
      display: none;
    }

    or translate it in your .po file in wp-content/themes/idstore/languages directory
    https://www.8theme.com/demo/docs/idstore/index.html#!/how_to_translate

    Regards,
    Eva Kemp.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 13, 2016 at 18:06

    Hello,

    Please add this code in custom.css

    .back-to {
    display:none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: GerdE
    GerdE
    Participant
    January 13, 2016 at 21:30

    Thank you. It works.

    Where can I find the CSS commands for this theme?

    But i have two problems.

    1. I will change the fonto color by mouse over.
    2. I will delete the Menue Link of the Site for example Home / Kleeblatt Dessous Party

    Thanky you for help.
    Gerd

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 14, 2016 at 08:31

    Hello,

    Please the video tutorial how to create custom.css file: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    1. Please specify for which elements you want to change hover color.

    2. Add this code in custom.css file:

    #breadcrumb {
       display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 10:04

    Thanky you.

    1. I will change the hover color in field the footer. For example, when i click a link the color is grey.

    Can i send screenshot in this forum?

    By Gerd

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 10:15

    Hello,

    Please try to add this code in custom.css

    .footer_menu a:hover,
    .footer_container .textwidget p:hover {
        color: red !important;
    }

    You can use LightShot programm to make screenshot and provide us with link to them.

    Regards,
    Robert Hall.

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 10:32

    Cool. Where can i change the normal color in field the footer?

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 10:34

    Here is the Screenshot
    Screenshot

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 10:49

    Please use this code in custom.css

    .container_footer_bg, .footer_container {
        background-color: #FFFFFF !important;
    }

    Regards,
    Robert Hall.

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 11:00

    Sorry, i will change the color from the font, not the background. Have you see the screenshot? I can not see this picture.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 11:27

    It’s your screenshot: http://prntscr.com/9pxpi7
    Sorry, but I can’t understood what exactly you want to change there.

    Regards,
    Robert Hall.

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 11:47

    It was the right screenshot. I will change the textcolor in white. The background ist green and color auf the text grey, but only in the footer.

    Footer

    I have make a update from the Silder Revolution and now the slider is not in the box.

    Silder Revolution

    Thank you and sorry for my english. 😉

    Avatar: Robert Hall
    Robert Hall
    Support staff
    January 14, 2016 at 12:04

    1) Please use this code in custom.css

    .container_footer_bg, .footer_container,
    .footer_container .textwidget p,
    .footer_block .tagcloud a,
    .footer_menu a,
    .footer_menu li {
        color: #fff !important;
    }

    2) I’ve selected Auto slide layout in slider settings and it’s working fine now. Please check.

    Regards,
    Robert Hall.

    Avatar: GerdE
    GerdE
    Participant
    January 14, 2016 at 12:34

    Okay. Thank you.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 14, 2016 at 12:37

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

    Avatar: GerdE
    GerdE
    Participant
    March 23, 2016 at 14:46

    Hi, i have two questions.

    1. When I make a Portfolio, i cannot save this. Be become warnings

    Screenshot

    2. How can i change the font color in the footer.

    http://prntscr.com/aixjry

    I wish the fonto color is black.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    March 23, 2016 at 15:39

    Hello,

    1. Please provide us with FTP credentials. Have you modified theme files?

    2. Please add this code in custom.css file:

    .footer_container .textwidget p, .footer_container a {
       color: black !important;
    }

    Regards,
    Eva Kemp.

    Avatar: GerdE
    GerdE
    Participant
    March 24, 2016 at 07:54

    Hi, Eva,

    Unfortunately, there was no change in custom.css file.
    I send you the FTP credentials.

    Please, contact administrator
    for this information.
    Avatar: GerdE
    GerdE
    Participant
    March 24, 2016 at 08:18

    I have only modified the css files.

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.