Okay
  Public Ticket #2711878
fonts and another settings
Closed

Comments

  • mustafaefe started the conversation

    1. i want to change h2 font 

    i  updated cms panel aki opetion-> general -> typografy -> font to Robot fonts

    but not changed. as you screen shot.

    2. I want the new page to be opened when the user clicks on the social links in the footer. 

    but i cant see any settings on the footer admin side 

    3. on product detail page how to hide Availability section. look   at the screen shot

    4. how to change breadcrumb color. look at the screen shot.


  •  595
    WordPress replied

    Hello,

    1: You can add custom style css

    .arrowpress-heading.heading-2 h2 {
        font-family: initial;
    }

    2: Sorry. Currently Theme No Options Opened When The User Clicks on the Social Links

    3: You can add custom style css

    .entry-summary .availability {
        display: none;
    }

    4: You can go to Apr Options -> Skin -> Breadcrumbs -> You can change background and Save

    8756865272.png