Our Website's 'Home' Page has a special set of panels like 'Top Infobar Settings', 'Testimonial Settings', etc. that is Different from a regular WP WYSWYG Page. When you look at the Screenshot below, you will see that for the "SSD", "Embedded SSD", "Flash Cards", "DRAM Modules", & "Product Selector" Pages, I have added a list of product names at the Bottom of each page(In White Ink Color to make it 'invisible' to humans but can be read by Search Engine Bots). How can I do the same for the 'Home' Page, preferably below the "Testimonial"? Here is my 'Invisible' List of Products That I want to add at the Bottom of the "Home Page": 1.5" SATA III Industrial SSD - Industrial-SSD - 1.8" - 2.5 "- Wide Temp - Wide Temperature - 2.5″ SATA III - Wide Temp Industrial SSD - Rugged SSD - Wide Temp Industrial SSDs - Rugged SSDs - 2.5″ SATA II - 2.5″ PATA - 1.8″ SATA III - 1.8″ PATA - Embedded Industrial SSD - Embedded - Slim SATA III (MO-297) - Slim SATA II (MO-297) - MSATA III(MO-300) - MSATA II(MO-300) - Mini MSATA III - Mini-MSATAII - Wide Temp DRAM Modules- SDRAM – DDR1 – DDR2 – DDR3 – SODIMMs – Long DIMMs - CF Industrial Wide Temp - CF Industrial - CFAST Industrial - SD Industrial - MicroSD Industrial - USB 2.0 - USB 3.0 Screenshot In The Attachment Below:
Site URL: http://www.ssdoem.com/ Login URL: http://www.ssdoem.com/wp-admin Username: [email protected] Harmeet Has the Admin Password
Hello, Go to Appearance > Theme Option > Testimonial Settings > Testimonial Description and add the code given below Code: <br><br><span>1.5" SATA III Industrial SSD - Industrial-SSD - 1.8" - 2.5 "- Wide Temp - Wide Temperature - 2.5″ SATA III - Wide Temp Industrial SSD - Rugged SSD - Wide Temp Industrial SSDs - Rugged SSDs - 2.5″ SATA II - 2.5″ PATA - 1.8″ SATA III - 1.8″ PATA - Embedded Industrial SSD - Embedded - Slim SATA III (MO-297) - Slim SATA II (MO-297) - MSATA III(MO-300) - MSATA II(MO-300) - Mini MSATA III - Mini-MSATAII - Wide Temp DRAM Modules- SDRAM – DDR1 – DDR2 – DDR3 – SODIMMs – Long DIMMs - CF Industrial Wide Temp - CF Industrial - CFAST Industrial - SD Industrial - MicroSD Industrial - USB 2.0 - USB 3.0 </span> Now, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .testimonial span { color: white; text-shadow: none; } This will solve your issue.