I'm using a theme called "Corporate Plus" on WordPress.
The problem is, I want to edit a button in the front page which says "Know More", an <a>
element with '#' as a link.
They give no option for editing this in the theme options, and I cannot find any instance of 'know more' in the entire theme folder.
If I open up the site and inspect element, the CSS for the item is shown to be on the file path 'index(72)' > 72nd line of the index file.
I then open up 'view source' and find that sure enough, on line 72, the CSS for the item is written there.
However, the text 'know more' is way further down the page file, and there is no file in the theme folder that seems to have a 'know more' text within it.
How does this happen?
How do I change the 'know more' text?
Note: Yes I'm using the free version, that's why I ask the question. So don't tell me to upgrade. Upgrading gives the option in the 'customize' section of the dashboard.