Portfolio Icon removal and enqueueing child theme

i have managed to remove the “link” icon in the integrity stack. But the circle beneath it is still there
Circle is f111.

This is what I have which removed the link icon but leaves the circle.

.entry-thumb:before {
content: none;
{

I can you please help?
Right now my child theme is active where you can see the blue circle beneath my logo.

Also, I have edited functions.php to change the portfolio its project link to open a different page which all works perfectly. But not in the main theme. I really need help with the correct way to enqueue the child theme so that the main theme picks up my customization. Any help would be very much appreciated!

Bestinshowretouching.com

Hello There,

Thanks for posting in!

1.) To remove the icon, please update your css code and use this:

.entry-thumb:before {
    content: url(http://bestinshowretouching.com/wp-content/uploads/2018/08/b-icon.png);
    background-color: transparent;
}

2.) All the modifications should be place in the child theme. And the child theme will need to be active so that the child theme along with its modifications will override the parent theme.

Hope this helps.

Thank you so much, that was fast! unfortunatly, it didnt work on my end. i refreshed and cleared the cache. but it is stil there. on chrome and safari. but I noticed your code included the url to my logo, but the circle we’re trying to remove is actually behind my logo. The code I provided got rid of the chain link icon that was over this circle. but the circle remained and my b-icon logo is over top of it. any suggestions?

Hello There,

There is an error in your site.

You may have inserted invalid codes in your child theme’s functions.php file.
Please resolve it so that we can check your site again.

Thanks.

yes, I saw that, I was in the functions.php. its back to normal now

Hello There,

I am still seeing the same.
I cannot access your site even your homepage.

here is the font awesome circle Im trying to remove . f111
just dont know how to code!!

try again

https://www.bestinshowretouching.com

Hello There,

Please remove the code from Appearance > Customiser > Additional CSS section. And then please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) instead.

Clear all your caches and test your site again.

Not seeing Global options. only Global Block. When i go to X> Theme options> it takes me to the main options. not seeing Global CSS

works perfect!! thank you! took me a while to find it

One more question. Like I mentioned before, everything works on the child theme which is always active while Im working on it. but when I switch to the main theme the links no longer take me to a different page. That code is n my functions.php which changes the permalinks to open those pages instead. is it advisable to keep the child theme active all the time? So how do I get that functions code to work with the main theme?

Hi,

If you are using a child theme, it should be active all the time.
No need to activate your main theme, everything will be inherited to your child theme.

For more information kindly refer to the links below


https://codex.wordpress.org/Child_Themes

Thanks

Thanks so much!!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.