How could I change button size and color for the Home Page Bottom Tagline Feature? And how about font and font size for same feature? Thanks
Hello, It is not possible to increase the size and color of Home Page Button of this theme because it is an image and implemented on the grid system. But you can reduce its size, if you want to do this then paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bottom_tagline .bottom_tagline_button a { width: 100%; background-size: 278px 118px; border-radius: 5px; } and you can reduce the size by decreasing these value and adjusting the values. For the font and font size issue, Paste this code in Custom CSS Code: .bottom_tagline .bottom_tagline_button a { font-size: 20px; font-family: symbol; } You can adjust the value of font-size as per your requirement and you can put your font instead of "symbol" .
Hello, 1. For the text align issue, paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .bottom_tagline .bottom_tagline_button a { text-align: center; } This will solve your issue. 2. For the button color issue, Go to the image directory present in your theme directory and edit the "buttons-tag.png" as per your requirement. Follow the link given below for reference. http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/ This will solve your issue.