By God Someone Help Me

  • Join us to download any resource for free. You will be able to download or guest post.
    Sign Up Now

valmirpn

New member
Jan 13, 2023
4
0
1
Brasil
I'm using this theme Gameplay I really want to remove this link that directs to the home page. This link that is on top of the posts, by God someone help me.
IMG_20230410_025412.png
 
Hi.
You can easily remove this. Just follow these eteps:
Acess your admin panel > Theme > Edit HTML

CTRL + F to search in the code > You need to find #breadcrumb
The code you need to change will be like that:
#breadcrumb {
float: left;
width: 100%;
font-family: var(--meta-font);
font-size: 13px;
color: var(--meta-color);
font-weight: 400;
line-height: 1;
margin: 0 0 13px;
}

You need to add just one line in the end of this code to hidden that:
display: none;
So, after changed, the code must be like this:
#breadcrumb {

float: left;
width: 100%;
font-family: var(--meta-font);
font-size: 13px;
color: var(--meta-color);
font-weight: 400;
line-height: 1;
margin: 0 0 13px;
display: none;
}


Just Save and be happy!
 
IMPORTANT: My answer above will help you to remove all this line: Home > PC.

If you need just to remove the link and keep "HOME > PC", you need to follow other way.
 

Similar threads

May 2024

Total amount
$30.85
Goal
$250.00
Donation ends:

Staff online

Members online

Forum statistics

Threads
9,289
Messages
23,468
Members
54,239
Latest member
hamy

About us

  • Our community has been around from 2017 and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. Providing Free Resources to help newcomers/startups. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu